Html Css Color HEX #CABDD2 Prelude

📋 copy color: '#CABDD2'

red 202 ◦ green 189 ◦ blue 210

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

Shades of Prelude #CABDD2

Tints of Prelude #CABDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.94%

R = 33.61%
G = 31.45%
B = 34.94%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CABDD2 (or 0xCABDD2) is known color: Prelude. HEX triplet: CA, BD and D2. RGB value is (202,189,210). Sum of RGB (Red+Green+Blue) = 202+189+210=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 210 - color contains mainly: blue. Hex color #CABDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDD2 is #35422D. Grayscale: #C3C3C3. Windows color (decimal): -3490350 or 13811146. OLE color: 13811146.

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

Color convert

RGB 202 189 210 -
CMYK 0.04 0.10 0 0.18
HSL 277.14º 0.19% 0.78% -
HSV(B) 277.14º 0.1% 0.82% -
XYZ 54.19 53.6 68.46 -
YUV 195.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 202 189 210 0.04 0.10 0 0.18 277.14 0.19 0.78
Hex CA BD D2 4 A 0 12 115 13 4E
Octal 312 275 322 4 12 0 22 425 23 116
Binary 11001010 10111101 11010010 100 1010 0 10010 100010101 10011 1001110

Color Harmonies of #CABDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDD2

Black with #CABDD2

Text Example


Text Example

White with #CABDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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