Html Css Color HEX #CABCD2 Prelude

📋 copy color: '#CABCD2'

red 202 ◦ green 188 ◦ blue 210

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

Shades of Prelude #CABCD2

Tints of Prelude #CABCD2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.33%

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

R = 33.67%
G = 31.33%
B = 35%

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

#CABCD2 (or 0xCABCD2) is known color: Prelude. HEX triplet: CA, BC and D2. RGB value is (202,188,210). Sum of RGB (Red+Green+Blue) = 202+188+210=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 210 - color contains mainly: blue. Hex color #CABCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCD2 is #35432D. Grayscale: #C2C2C2. Windows color (decimal): -3490606 or 13810890. OLE color: 13810890.

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

Color convert

RGB 202 188 210 -
CMYK 0.04 0.10 0 0.18
HSL 278.18º 0.2% 0.78% -
HSV(B) 278.18º 0.1% 0.82% -
XYZ 53.97 53.18 68.39 -
YUV 194.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 202 188 210 0.04 0.10 0 0.18 278.18 0.2 0.78
Hex CA BC D2 4 A 0 12 116 14 4E
Octal 312 274 322 4 12 0 22 426 24 116
Binary 11001010 10111100 11010010 100 1010 0 10010 100010110 10100 1001110

Color Harmonies of #CABCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABCD2

Black with #CABCD2

Text Example


Text Example

White with #CABCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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