Html Css Color HEX #CABBD3 Prelude

📋 copy color: '#CABBD3'

red 202 ◦ green 187 ◦ blue 211

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

Shades of Prelude #CABBD3

Tints of Prelude #CABBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.17%

R = 33.67%
G = 31.17%
B = 35.17%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CABBD3 (or 0xCABBD3) is known color: Prelude. HEX triplet: CA, BB and D3. RGB value is (202,187,211). Sum of RGB (Red+Green+Blue) = 202+187+211=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 211 - color contains mainly: blue. Hex color #CABBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBD3 is #35442C. Grayscale: #C2C2C2. Windows color (decimal): -3490861 or 13876170. OLE color: 13876170.

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

Color convert

RGB 202 187 211 -
CMYK 0.04 0.11 0 0.17
HSL 277.5º 0.21% 0.78% -
HSV(B) 277.5º 0.11% 0.83% -
XYZ 53.89 52.8 68.98 -
YUV 194.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 202 187 211 0.04 0.11 0 0.17 277.5 0.21 0.78
Hex CA BB D3 4 B 0 11 116 15 4E
Octal 312 273 323 4 13 0 21 426 25 116
Binary 11001010 10111011 11010011 100 1011 0 10001 100010110 10101 1001110

Color Harmonies of #CABBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBD3

Black with #CABBD3

Text Example


Text Example

White with #CABBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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