#CABDCF

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

Shades of Prelude #CABDCF

Tints of Prelude #CABDCF

Color information

#CABDCF (or 0xCABDCF) is unknown color: approx Prelude. HEX triplet: CA, BD and CF. RGB value is (202,189,207). Sum of RGB (Red+Green+Blue) = 202+189+207=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: blue. Hex color #CABDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDCF is #354230. Grayscale: #C2C2C2. Windows color (decimal): -3490353 or 13614538. OLE color: 13614538.

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

Color convert

RGB202189207-
CMYK0.020.0900.19
HSL283.33º15.79%77.65%-
HSV(B)283.33º8.7%81.18%-
XYZ53.8253.4666.51-
YUV194.94134.81133.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 189 (74.22% from 255) = 31.61%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=33.78%
G=31.61%
B=34.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021892070.020.0900.19283.3315.7977.65
HexCABDCF2901311b104e
Octal31227531721102343320116
Binary110010101011110111001111101001010011100011011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDCF; }

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

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

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

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

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

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

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

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