Html Css Color HEX #CABBD2 Prelude

📋 copy color: '#CABBD2'

red 202 ◦ green 187 ◦ blue 210

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

Shades of Prelude #CABBD2

Tints of Prelude #CABBD2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.22%

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

R = 33.72%
G = 31.22%
B = 35.06%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CABBD2 (or 0xCABBD2) is known color: Prelude. HEX triplet: CA, BB and D2. RGB value is (202,187,210). Sum of RGB (Red+Green+Blue) = 202+187+210=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 210 - color contains mainly: blue. Hex color #CABBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBD2 is #35442D. Grayscale: #C2C2C2. Windows color (decimal): -3490862 or 13810634. OLE color: 13810634.

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

Color convert

RGB 202 187 210 -
CMYK 0.04 0.11 0 0.18
HSL 279.13º 0.2% 0.78% -
HSV(B) 279.13º 0.11% 0.82% -
XYZ 53.76 52.75 68.32 -
YUV 194.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 202 187 210 0.04 0.11 0 0.18 279.13 0.2 0.78
Hex CA BB D2 4 B 0 12 117 14 4E
Octal 312 273 322 4 13 0 22 427 24 116
Binary 11001010 10111011 11010010 100 1011 0 10010 100010111 10100 1001110

Color Harmonies of #CABBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBD2

Black with #CABBD2

Text Example


Text Example

White with #CABBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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