Html Css Color HEX #CCDBB2 Harp

📋 copy color: '#CCDBB2'

red 204 ◦ green 219 ◦ blue 178

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

Shades of Harp #CCDBB2

Tints of Harp #CCDBB2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.44%

 BLUE value IS 178 (69.92% from 255) = 29.62%

R = 33.94%
G = 36.44%
B = 29.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#CCDBB2 (or 0xCCDBB2) is known color: Harp. HEX triplet: CC, DB and B2. RGB value is (204,219,178). Sum of RGB (Red+Green+Blue) = 204+219+178=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBB2 is #33244D. Grayscale: #D1D1D1. Windows color (decimal): -3351630 or 11721676. OLE color: 11721676.

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

Color convert

RGB 204 219 178 -
CMYK 0.07 0 0.19 0.14
HSL 81.95º 0.36% 0.78% -
HSV(B) 81.95º 0.19% 0.86% -
XYZ 58.27 66.71 51.93 -
YUV 209.84 110.03 123.83 -
System Red Green Blue C M Y K H S L
Decimal 204 219 178 0.07 0 0.19 0.14 81.95 0.36 0.78
Hex CC DB B2 7 0 13 E 52 24 4E
Octal 314 333 262 7 0 23 16 122 44 116
Binary 11001100 11011011 10110010 111 0 10011 1110 1010010 100100 1001110

Color Harmonies of #CCDBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBB2

Black with #CCDBB2

Text Example


Text Example

White with #CCDBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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