Html Css Color HEX #CABBCC Prelude

📋 copy color: '#CABBCC'

red 202 ◦ green 187 ◦ blue 204

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

Shades of Prelude #CABBCC

Tints of Prelude #CABBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.4%

R = 34.06%
G = 31.53%
B = 34.4%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CABBCC (or 0xCABBCC) is known color: Prelude. HEX triplet: CA, BB and CC. RGB value is (202,187,204). Sum of RGB (Red+Green+Blue) = 202+187+204=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 204 - color contains mainly: blue. Hex color #CABBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBCC is #354433. Grayscale: #C1C1C1. Windows color (decimal): -3490868 or 13417418. OLE color: 13417418.

HSL color Cylindrical-coordinate representation of color #CABBCC: hue angle of 292.94º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABBCC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 187 204 -
CMYK 0.01 0.08 0 0.2
HSL 292.94º 0.14% 0.77% -
HSV(B) 292.94º 0.08% 0.8% -
XYZ 53.03 52.46 64.46 -
YUV 193.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 202 187 204 0.01 0.08 0 0.2 292.94 0.14 0.77
Hex CA BB CC 1 8 0 14 125 E 4D
Octal 312 273 314 1 10 0 24 445 16 115
Binary 11001010 10111011 11001100 1 1000 0 10100 100100101 1110 1001101

Color Harmonies of #CABBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBCC

Black with #CABBCC

Text Example


Text Example

White with #CABBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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