#CABDD4

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

Shades of Prelude #CABDD4

Tints of Prelude #CABDD4

Color information

#CABDD4 (or 0xCABDD4) is unknown color: approx Prelude. HEX triplet: CA, BD and D4. RGB value is (202,189,212). Sum of RGB (Red+Green+Blue) = 202+189+212=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 212 - color contains mainly: blue. Hex color #CABDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDD4 is #35422B. Grayscale: #C3C3C3. Windows color (decimal): -3490348 or 13942218. OLE color: 13942218.

HSL color Cylindrical-coordinate representation of color #CABDD4: hue angle of 273.91º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CABDD4 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB202189212-
CMYK0.050.1100.17
HSL273.91º21.1%78.63%-
HSV(B)273.91º10.85%83.14%-
XYZ54.4453.7169.78-
YUV195.51137.31132.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.50%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 212 (83.20% from 255) = 35.16%
R=33.50%
G=31.34%
B=35.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2021892120.050.1100.17273.9121.178.63
HexCABDD45B011112154f
Octal31227532451302142225117
Binary1100101010111101110101001011011010001100010010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDD4; }

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

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

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

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

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

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

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

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