Html Css Color HEX #CCBBDB Prelude

📋 copy color: '#CCBBDB'

red 204 ◦ green 187 ◦ blue 219

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

Shades of Prelude #CCBBDB

Tints of Prelude #CCBBDB

RGB

 RED value IS 204 (80.08% from 255) = 33.44%

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

 BLUE value IS 219 (85.94% from 255) = 35.9%

R = 33.44%
G = 30.66%
B = 35.9%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCBBDB (or 0xCCBBDB) is known color: Prelude. HEX triplet: CC, BB and DB. RGB value is (204,187,219). Sum of RGB (Red+Green+Blue) = 204+187+219=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCBBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBDB is #334424. Grayscale: #C3C3C3. Windows color (decimal): -3359781 or 14400460. OLE color: 14400460.

HSL color Cylindrical-coordinate representation of color #CCBBDB: hue angle of 271.88º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCBBDB is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 187 219 -
CMYK 0.07 0.15 0 0.14
HSL 271.88º 0.31% 0.8% -
HSV(B) 271.88º 0.15% 0.86% -
XYZ 55.46 53.49 74.42 -
YUV 195.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 204 187 219 0.07 0.15 0 0.14 271.88 0.31 0.8
Hex CC BB DB 7 F 0 E 110 1F 50
Octal 314 273 333 7 17 0 16 420 37 120
Binary 11001100 10111011 11011011 111 1111 0 1110 100010000 11111 1010000

Color Harmonies of #CCBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBBDB

Black with #CCBBDB

Text Example


Text Example

White with #CCBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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