Html Css Color HEX #CABBCD Prelude

📋 copy color: '#CABBCD'

red 202 ◦ green 187 ◦ blue 205

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

Shades of Prelude #CABBCD

Tints of Prelude #CABBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.51%

R = 34.01%
G = 31.48%
B = 34.51%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CABBCD (or 0xCABBCD) is known color: Prelude. HEX triplet: CA, BB and CD. RGB value is (202,187,205). Sum of RGB (Red+Green+Blue) = 202+187+205=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #CABBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBCD is #354432. Grayscale: #C1C1C1. Windows color (decimal): -3490867 or 13482954. OLE color: 13482954.

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

Color convert

RGB 202 187 205 -
CMYK 0.01 0.09 0 0.20
HSL 290º 0.15% 0.77% -
HSV(B) 290º 0.09% 0.8% -
XYZ 53.15 52.5 65.09 -
YUV 193.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 202 187 205 0.01 0.09 0 0.20 290 0.15 0.77
Hex CA BB CD 1 9 0 14 122 F 4D
Octal 312 273 315 1 11 0 24 442 17 115
Binary 11001010 10111011 11001101 1 1001 0 10100 100100010 1111 1001101

Color Harmonies of #CABBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBCD

Black with #CABBCD

Text Example


Text Example

White with #CABBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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