#CAB1CF

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

Shades of Prelude #CAB1CF

Tints of Prelude #CAB1CF

Color information

#CAB1CF (or 0xCAB1CF) is unknown color: approx Prelude. HEX triplet: CA, B1 and CF. RGB value is (202,177,207). Sum of RGB (Red+Green+Blue) = 202+177+207=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1CF is #354E30. Grayscale: #BBBBBB. Windows color (decimal): -3493425 or 13611466. OLE color: 13611466.

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

Color convert

RGB202177207-
CMYK0.020.1400.19
HSL290º23.81%75.29%-
HSV(B)290º14.49%81.18%-
XYZ51.3448.5165.69-
YUV187.9138.78138.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 177 (69.53% from 255) = 30.20%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=34.47%
G=30.20%
B=35.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021772070.020.1400.1929023.8175.29
HexCAB1CF2E013122184b
Octal31226131721602344230113
Binary110010101011000111001111101110010011100100010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1CF; }

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

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

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

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

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

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

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

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