#CABDD0

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

Shades of Prelude #CABDD0

Tints of Prelude #CABDD0

Color information

#CABDD0 (or 0xCABDD0) is unknown color: approx Prelude. HEX triplet: CA, BD and D0. RGB value is (202,189,208). Sum of RGB (Red+Green+Blue) = 202+189+208=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 208 - color contains mainly: blue. Hex color #CABDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDD0 is #35422F. Grayscale: #C2C2C2. Windows color (decimal): -3490352 or 13680074. OLE color: 13680074.

HSL color Cylindrical-coordinate representation of color #CABDD0: hue angle of 281.05º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CABDD0 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202189208-
CMYK0.030.0900.18
HSL281.05º16.81%77.84%-
HSV(B)281.05º9.13%81.57%-
XYZ53.9453.5167.16-
YUV195.05135.31132.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 189 (74.22% from 255) = 31.55%
BLUE value IS 208 (81.64% from 255) = 34.72%
R=33.72%
G=31.55%
B=34.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021892080.030.0900.18281.0516.8177.84
HexCABDD039012119114e
Octal31227532031102243121116
Binary110010101011110111010000111001010010100011001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDD0; }

 p { color: rgb(202,189,208); }

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

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

 a { background-color: rgb(202,189,208); }

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

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

 span { border-color: rgb(202,189,208); }

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