#CAB9CF

Color #CAB9CF Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #CAB9CF

Tints of Prelude #CAB9CF

Color information

#CAB9CF (or 0xCAB9CF) is unknown color: approx Prelude. HEX triplet: CA, B9 and CF. RGB value is (202,185,207). Sum of RGB (Red+Green+Blue) = 202+185+207=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAB9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9CF is #354630. Grayscale: #C0C0C0. Windows color (decimal): -3491377 or 13613514. OLE color: 13613514.

HSL color Cylindrical-coordinate representation of color #CAB9CF: hue angle of 286.36º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAB9CF is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202185207-
CMYK0.020.1100.19
HSL286.36º18.64%76.86%-
HSV(B)286.36º10.63%81.18%-
XYZ52.9751.7666.23-
YUV192.59136.13134.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 34.01%
GREEN value IS 185 (72.66% from 255) = 31.14%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=34.01%
G=31.14%
B=34.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021852070.020.1100.19286.3618.6476.86
HexCAB9CF2B01311e134d
Octal31227131721302343623115
Binary110010101011100111001111101011010011100011110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9CF; }

 p { color: rgb(202,185,207); }

 H1.HeaderClassName
 {
   color: #CAB9CF;
 }
 .AnyTagClassName
 {
   color: #CAB9CF;
 }
</style>
background-color css

<style>
 a { background-color: #CAB9CF; }

 a { background-color: rgb(202,185,207); }

 div.DivClassName
 {
   background-color: #CAB9CF;
 }
 .BgClassName
 {
   background-color: #CAB9CF;
 }
</style>
border-color css

<style>
 span { border-color: #CAB9CF; }

 span { border-color: rgb(202,185,207); }

 td.TdClassName
 {
   border-color: #CAB9CF;
 }
 .TagClassName
 {
   border-color: #CAB9CF;
 }
</style>