#CABCD0

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

Shades of Prelude #CABCD0

Tints of Prelude #CABCD0

Color information

#CABCD0 (or 0xCABCD0) is unknown color: approx Prelude. HEX triplet: CA, BC and D0. RGB value is (202,188,208). Sum of RGB (Red+Green+Blue) = 202+188+208=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 208 - color contains mainly: blue. Hex color #CABCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCD0 is #35432F. Grayscale: #C2C2C2. Windows color (decimal): -3490608 or 13679818. OLE color: 13679818.

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

Color convert

RGB202188208-
CMYK0.030.1000.18
HSL282º17.54%77.65%-
HSV(B)282º9.62%81.57%-
XYZ53.7353.0867.09-
YUV194.47135.64133.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 188 (73.83% from 255) = 31.44%
BLUE value IS 208 (81.64% from 255) = 34.78%
R=33.78%
G=31.44%
B=34.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021882080.030.1000.1828217.5477.65
HexCABCD03A01211a124e
Octal31227432031202243222116
Binary110010101011110011010000111010010010100011010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCD0; }

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

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

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

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

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

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

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

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