Html Css Color HEX #CCBBCF Prelude

📋 copy color: '#CCBBCF'

red 204 ◦ green 187 ◦ blue 207

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

Shades of Prelude #CCBBCF

Tints of Prelude #CCBBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.62%

R = 34.11%
G = 31.27%
B = 34.62%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCBBCF (or 0xCCBBCF) is known color: Prelude. HEX triplet: CC, BB and CF. RGB value is (204,187,207). Sum of RGB (Red+Green+Blue) = 204+187+207=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCBBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBCF is #334430. Grayscale: #C2C2C2. Windows color (decimal): -3359793 or 13614028. OLE color: 13614028.

HSL color Cylindrical-coordinate representation of color #CCBBCF: hue angle of 291º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCBBCF is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 187 207 -
CMYK 0.01 0.10 0 0.19
HSL 291º 0.17% 0.77% -
HSV(B) 291º 0.1% 0.81% -
XYZ 53.93 52.88 66.4 -
YUV 194.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 204 187 207 0.01 0.10 0 0.19 291 0.17 0.77
Hex CC BB CF 1 A 0 13 123 11 4D
Octal 314 273 317 1 12 0 23 443 21 115
Binary 11001100 10111011 11001111 1 1010 0 10011 100100011 10001 1001101

Color Harmonies of #CCBBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBBCF

Black with #CCBBCF

Text Example


Text Example

White with #CCBBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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