Html Css Color HEX #CABBD8 Prelude

📋 copy color: '#CABBD8'

red 202 ◦ green 187 ◦ blue 216

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

Shades of Prelude #CABBD8

Tints of Prelude #CABBD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.7%

R = 33.39%
G = 30.91%
B = 35.7%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CABBD8 (or 0xCABBD8) is known color: Prelude. HEX triplet: CA, BB and D8. RGB value is (202,187,216). Sum of RGB (Red+Green+Blue) = 202+187+216=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 216 - color contains mainly: blue. Hex color #CABBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBD8 is #354427. Grayscale: #C2C2C2. Windows color (decimal): -3490856 or 14203850. OLE color: 14203850.

HSL color Cylindrical-coordinate representation of color #CABBD8: hue angle of 271.03º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CABBD8 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 187 216 -
CMYK 0.06 0.13 0 0.15
HSL 271.03º 0.27% 0.79% -
HSV(B) 271.03º 0.13% 0.85% -
XYZ 54.52 53.06 72.33 -
YUV 194.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 202 187 216 0.06 0.13 0 0.15 271.03 0.27 0.79
Hex CA BB D8 6 D 0 F 10F 1B 4F
Octal 312 273 330 6 15 0 17 417 33 117
Binary 11001010 10111011 11011000 110 1101 0 1111 100001111 11011 1001111

Color Harmonies of #CABBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBD8

Black with #CABBD8

Text Example


Text Example

White with #CABBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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