#CABDD1

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

Shades of Prelude #CABDD1

Tints of Prelude #CABDD1

Color information

#CABDD1 (or 0xCABDD1) is unknown color: approx Prelude. HEX triplet: CA, BD and D1. RGB value is (202,189,209). Sum of RGB (Red+Green+Blue) = 202+189+209=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 209 - color contains mainly: blue. Hex color #CABDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDD1 is #35422E. Grayscale: #C3C3C3. Windows color (decimal): -3490351 or 13745610. OLE color: 13745610.

HSL color Cylindrical-coordinate representation of color #CABDD1: hue angle of 279º 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 #CABDD1 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202189209-
CMYK0.030.1000.18
HSL279º17.86%78.04%-
HSV(B)279º9.57%81.96%-
XYZ54.0653.5667.81-
YUV195.17135.81132.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 209 (82.03% from 255) = 34.83%
R=33.67%
G=31.5%
B=34.83%

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
Decimal2021892090.030.1000.1827917.8678.04
HexCABDD13A012117124e
Octal31227532131202242722116
Binary110010101011110111010001111010010010100010111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDD1; }

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

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

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

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

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

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

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

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