Html Css Color HEX #CCBBD8 Prelude

📋 copy color: '#CCBBD8'

red 204 ◦ green 187 ◦ blue 216

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

Shades of Prelude #CCBBD8

Tints of Prelude #CCBBD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.58%

R = 33.61%
G = 30.81%
B = 35.58%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCBBD8 (or 0xCCBBD8) is known color: Prelude. HEX triplet: CC, BB and D8. RGB value is (204,187,216). Sum of RGB (Red+Green+Blue) = 204+187+216=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCBBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBD8 is #334427. Grayscale: #C3C3C3. Windows color (decimal): -3359784 or 14203852. OLE color: 14203852.

HSL color Cylindrical-coordinate representation of color #CCBBD8: hue angle of 275.17º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCBBD8 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 187 216 -
CMYK 0.06 0.13 0 0.15
HSL 275.17º 0.27% 0.79% -
HSV(B) 275.17º 0.13% 0.85% -
XYZ 55.07 53.34 72.36 -
YUV 195.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 204 187 216 0.06 0.13 0 0.15 275.17 0.27 0.79
Hex CC BB D8 6 D 0 F 113 1B 4F
Octal 314 273 330 6 15 0 17 423 33 117
Binary 11001100 10111011 11011000 110 1101 0 1111 100010011 11011 1001111

Color Harmonies of #CCBBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBBD8

Black with #CCBBD8

Text Example


Text Example

White with #CCBBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBBD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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