Html Css Color HEX #CCDBB6 Harp

📋 copy color: '#CCDBB6'

red 204 ◦ green 219 ◦ blue 182

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

Shades of Harp #CCDBB6

Tints of Harp #CCDBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.08%

R = 33.72%
G = 36.2%
B = 30.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#CCDBB6 (or 0xCCDBB6) is known color: Harp. HEX triplet: CC, DB and B6. RGB value is (204,219,182). Sum of RGB (Red+Green+Blue) = 204+219+182=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBB6 is #332449. Grayscale: #D2D2D2. Windows color (decimal): -3351626 or 11983820. OLE color: 11983820.

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

Color convert

RGB 204 219 182 -
CMYK 0.07 0 0.17 0.14
HSL 84.32º 0.34% 0.79% -
HSV(B) 84.32º 0.17% 0.86% -
XYZ 58.68 66.88 54.07 -
YUV 210.3 112.03 123.51 -
System Red Green Blue C M Y K H S L
Decimal 204 219 182 0.07 0 0.17 0.14 84.32 0.34 0.79
Hex CC DB B6 7 0 11 E 54 22 4F
Octal 314 333 266 7 0 21 16 124 42 117
Binary 11001100 11011011 10110110 111 0 10001 1110 1010100 100010 1001111

Color Harmonies of #CCDBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBB6

Black with #CCDBB6

Text Example


Text Example

White with #CCDBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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