Html Css Color HEX #CABBD6 Prelude

📋 copy color: '#CABBD6'

red 202 ◦ green 187 ◦ blue 214

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

Shades of Prelude #CABBD6

Tints of Prelude #CABBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.49%

R = 33.5%
G = 31.01%
B = 35.49%

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

#CABBD6 (or 0xCABBD6) is known color: Prelude. HEX triplet: CA, BB and D6. RGB value is (202,187,214). Sum of RGB (Red+Green+Blue) = 202+187+214=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 214 - color contains mainly: blue. Hex color #CABBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBD6 is #354429. Grayscale: #C2C2C2. Windows color (decimal): -3490858 or 14072778. OLE color: 14072778.

HSL color Cylindrical-coordinate representation of color #CABBD6: hue angle of 273.33º degrees, saturation: 0.25, 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 #CABBD6 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 187 214 -
CMYK 0.06 0.13 0 0.16
HSL 273.33º 0.25% 0.79% -
HSV(B) 273.33º 0.13% 0.84% -
XYZ 54.27 52.95 70.98 -
YUV 194.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 202 187 214 0.06 0.13 0 0.16 273.33 0.25 0.79
Hex CA BB D6 6 D 0 10 111 19 4F
Octal 312 273 326 6 15 0 20 421 31 117
Binary 11001010 10111011 11010110 110 1101 0 10000 100010001 11001 1001111

Color Harmonies of #CABBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBD6

Black with #CABBD6

Text Example


Text Example

White with #CABBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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