Html Css Color HEX #CCBBD0 Prelude

📋 copy color: '#CCBBD0'

red 204 ◦ green 187 ◦ blue 208

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

Shades of Prelude #CCBBD0

Tints of Prelude #CCBBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.72%

R = 34.06%
G = 31.22%
B = 34.72%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCBBD0 (or 0xCCBBD0) is known color: Prelude. HEX triplet: CC, BB and D0. RGB value is (204,187,208). Sum of RGB (Red+Green+Blue) = 204+187+208=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCBBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBD0 is #33442F. Grayscale: #C2C2C2. Windows color (decimal): -3359792 or 13679564. OLE color: 13679564.

HSL color Cylindrical-coordinate representation of color #CCBBD0: hue angle of 288.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCBBD0 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 187 208 -
CMYK 0.02 0.10 0 0.18
HSL 288.57º 0.18% 0.77% -
HSV(B) 288.57º 0.1% 0.82% -
XYZ 54.06 52.93 67.04 -
YUV 194.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 204 187 208 0.02 0.10 0 0.18 288.57 0.18 0.77
Hex CC BB D0 2 A 0 12 121 12 4D
Octal 314 273 320 2 12 0 22 441 22 115
Binary 11001100 10111011 11010000 10 1010 0 10010 100100001 10010 1001101

Color Harmonies of #CCBBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBBD0

Black with #CCBBD0

Text Example


Text Example

White with #CCBBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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