Html Css Color HEX #CABBD7 Prelude

📋 copy color: '#CABBD7'

red 202 ◦ green 187 ◦ blue 215

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

Shades of Prelude #CABBD7

Tints of Prelude #CABBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.6%

R = 33.44%
G = 30.96%
B = 35.6%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CABBD7 (or 0xCABBD7) is known color: Prelude. HEX triplet: CA, BB and D7. RGB value is (202,187,215). Sum of RGB (Red+Green+Blue) = 202+187+215=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 215 - color contains mainly: blue. Hex color #CABBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBD7 is #354428. Grayscale: #C2C2C2. Windows color (decimal): -3490857 or 14138314. OLE color: 14138314.

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

Color convert

RGB 202 187 215 -
CMYK 0.06 0.13 0 0.16
HSL 272.14º 0.26% 0.79% -
HSV(B) 272.14º 0.13% 0.84% -
XYZ 54.39 53 71.65 -
YUV 194.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 202 187 215 0.06 0.13 0 0.16 272.14 0.26 0.79
Hex CA BB D7 6 D 0 10 110 1A 4F
Octal 312 273 327 6 15 0 20 420 32 117
Binary 11001010 10111011 11010111 110 1101 0 10000 100010000 11010 1001111

Color Harmonies of #CABBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBD7

Black with #CABBD7

Text Example


Text Example

White with #CABBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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