#CABBCC

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

Shades of Prelude #CABBCC

Tints of Prelude #CABBCC

Color information

#CABBCC (or 0xCABBCC) is unknown color: approx Prelude. HEX triplet: CA, BB and CC. RGB value is (202,187,204). Sum of RGB (Red+Green+Blue) = 202+187+204=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 204 - color contains mainly: blue. Hex color #CABBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBCC is #354433. Grayscale: #C1C1C1. Windows color (decimal): -3490868 or 13417418. OLE color: 13417418.

HSL color Cylindrical-coordinate representation of color #CABBCC: hue angle of 292.94º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABBCC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB202187204-
CMYK0.010.0800.2
HSL292.94º14.29%76.67%-
HSV(B)292.94º8.33%80%-
XYZ53.0352.4664.46-
YUV193.42133.97134.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=34.06%
G=31.53%
B=34.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021872040.010.0800.2292.9414.2976.67
HexCABBCC18014125e4d
Octal31227331411002444516115
Binary1100101010111011110011001100001010010010010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBCC; }

 p { color: rgb(202,187,204); }

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

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

 a { background-color: rgb(202,187,204); }

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

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

 span { border-color: rgb(202,187,204); }

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