#CABBD6

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

Shades of Prelude #CABBD6

Tints of Prelude #CABBD6

Color information

#CABBD6 (or 0xCABBD6) is unknown color: approx Prelude. HEX triplet: CA, BB and D6. RGB value is (202,187,214). Sum of RGB (Red+Green+Blue) = 202+187+214=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 214 - color contains mainly: blue. Hex color #CABBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBD6 is #354429. Grayscale: #C2C2C2. Windows color (decimal): -3490858 or 14072778. OLE color: 14072778.

HSL color Cylindrical-coordinate representation of color #CABBD6: hue angle of 273.33º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CABBD6 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202187214-
CMYK0.060.1300.16
HSL273.33º24.77%78.63%-
HSV(B)273.33º12.62%83.92%-
XYZ54.2752.9570.98-
YUV194.56138.97133.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.50%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 214 (83.98% from 255) = 35.49%
R=33.50%
G=31.01%
B=35.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021872140.060.1300.16273.3324.7778.63
HexCABBD66D010111194f
Octal31227332661502042131117
Binary1100101010111011110101101101101010000100010001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBD6; }

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

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

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

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

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

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

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

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