Html Css Color HEX #CABBD5 Prelude

📋 copy color: '#CABBD5'

red 202 ◦ green 187 ◦ blue 213

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

Shades of Prelude #CABBD5

Tints of Prelude #CABBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.38%

R = 33.55%
G = 31.06%
B = 35.38%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CABBD5 (or 0xCABBD5) is known color: Prelude. HEX triplet: CA, BB and D5. RGB value is (202,187,213). Sum of RGB (Red+Green+Blue) = 202+187+213=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 213 - color contains mainly: blue. Hex color #CABBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBD5 is #35442A. Grayscale: #C2C2C2. Windows color (decimal): -3490859 or 14007242. OLE color: 14007242.

HSL color Cylindrical-coordinate representation of color #CABBD5: hue angle of 274.62º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CABBD5 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 187 213 -
CMYK 0.05 0.12 0 0.16
HSL 274.62º 0.24% 0.78% -
HSV(B) 274.62º 0.12% 0.84% -
XYZ 54.14 52.9 70.31 -
YUV 194.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 202 187 213 0.05 0.12 0 0.16 274.62 0.24 0.78
Hex CA BB D5 5 C 0 10 113 18 4E
Octal 312 273 325 5 14 0 20 423 30 116
Binary 11001010 10111011 11010101 101 1100 0 10000 100010011 11000 1001110

Color Harmonies of #CABBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBD5

Black with #CABBD5

Text Example


Text Example

White with #CABBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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