#CABDCE

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

Shades of Prelude #CABDCE

Tints of Prelude #CABDCE

Color information

#CABDCE (or 0xCABDCE) is unknown color: approx Prelude. HEX triplet: CA, BD and CE. RGB value is (202,189,206). Sum of RGB (Red+Green+Blue) = 202+189+206=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 206 - color contains mainly: blue. Hex color #CABDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDCE is #354231. Grayscale: #C2C2C2. Windows color (decimal): -3490354 or 13549002. OLE color: 13549002.

HSL color Cylindrical-coordinate representation of color #CABDCE: hue angle of 285.88º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABDCE is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202189206-
CMYK0.020.0800.19
HSL285.88º14.78%77.45%-
HSV(B)285.88º8.25%80.78%-
XYZ53.753.4165.87-
YUV194.82134.31133.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 206 (80.86% from 255) = 34.51%
R=33.84%
G=31.66%
B=34.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021892060.020.0800.19285.8814.7877.45
HexCABDCE2801311ef4d
Octal31227531621002343617115
Binary11001010101111011100111010100001001110001111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDCE; }

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

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

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

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

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

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

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

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