Html Css Color HEX #CABDD0 Prelude

📋 copy color: '#CABDD0'

red 202 ◦ green 189 ◦ blue 208

#CABDD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #CABDD0

Tints of Prelude #CABDD0

RGB

 RED value IS 202 (79.3% from 255) = 33.72%

 GREEN value IS 189 (74.22% from 255) = 31.55%

 BLUE value IS 208 (81.64% from 255) = 34.72%

R = 33.72%
G = 31.55%
B = 34.72%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CABDD0 (or 0xCABDD0) is known color: Prelude. HEX triplet: CA, BD and D0. RGB value is (202,189,208). Sum of RGB (Red+Green+Blue) = 202+189+208=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 208 - color contains mainly: blue. Hex color #CABDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDD0 is #35422F. Grayscale: #C2C2C2. Windows color (decimal): -3490352 or 13680074. OLE color: 13680074.

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

Color convert

RGB 202 189 208 -
CMYK 0.03 0.09 0 0.18
HSL 281.05º 0.17% 0.78% -
HSV(B) 281.05º 0.09% 0.82% -
XYZ 53.94 53.51 67.16 -
YUV 195.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 202 189 208 0.03 0.09 0 0.18 281.05 0.17 0.78
Hex CA BD D0 3 9 0 12 119 11 4E
Octal 312 275 320 3 11 0 22 431 21 116
Binary 11001010 10111101 11010000 11 1001 0 10010 100011001 10001 1001110

Color Harmonies of #CABDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDD0

Black with #CABDD0

Text Example


Text Example

White with #CABDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDD0; }

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

 H1.HeaderClassName
 {
   color: #CABDD0;
 }
 .AnyTagClassName
 {
   color: #CABDD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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