#CABBD3

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

Shades of Prelude #CABBD3

Tints of Prelude #CABBD3

Color information

#CABBD3 (or 0xCABBD3) is unknown color: approx Prelude. HEX triplet: CA, BB and D3. RGB value is (202,187,211). Sum of RGB (Red+Green+Blue) = 202+187+211=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 211 - color contains mainly: blue. Hex color #CABBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBD3 is #35442C. Grayscale: #C2C2C2. Windows color (decimal): -3490861 or 13876170. OLE color: 13876170.

HSL color Cylindrical-coordinate representation of color #CABBD3: hue angle of 277.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CABBD3 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB202187211-
CMYK0.040.1100.17
HSL277.5º21.43%78.04%-
HSV(B)277.5º11.37%82.75%-
XYZ53.8952.868.98-
YUV194.22137.47133.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 211 (82.81% from 255) = 35.17%
R=33.67%
G=31.17%
B=35.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2021872110.040.1100.17277.521.4378.04
HexCABBD34B011116154e
Octal31227332341302142625116
Binary1100101010111011110100111001011010001100010110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBD3; }

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

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

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

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

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

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

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

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