Html Css Color HEX #CCCEBB Harp

📋 copy color: '#CCCEBB'

red 204 ◦ green 206 ◦ blue 187

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

Shades of Harp #CCCEBB

Tints of Harp #CCCEBB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.51%

 BLUE value IS 187 (73.44% from 255) = 31.32%

R = 34.17%
G = 34.51%
B = 31.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CCCEBB (or 0xCCCEBB) is known color: Harp. HEX triplet: CC, CE and BB. RGB value is (204,206,187). Sum of RGB (Red+Green+Blue) = 204+206+187=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEBB is #333144. Grayscale: #CBCBCB. Windows color (decimal): -3354949 or 12308172. OLE color: 12308172.

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

Color convert

RGB 204 206 187 -
CMYK 0.01 0 0.09 0.19
HSL 66.32º 0.16% 0.77% -
HSV(B) 66.32º 0.09% 0.81% -
XYZ 55.94 60.57 55.76 -
YUV 203.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 204 206 187 0.01 0 0.09 0.19 66.32 0.16 0.77
Hex CC CE BB 1 0 9 13 42 10 4D
Octal 314 316 273 1 0 11 23 102 20 115
Binary 11001100 11001110 10111011 1 0 1001 10011 1000010 10000 1001101

Color Harmonies of #CCCEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEBB

Black with #CCCEBB

Text Example


Text Example

White with #CCCEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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