Html Css Color HEX #CCDBB0 Harp

📋 copy color: '#CCDBB0'

red 204 ◦ green 219 ◦ blue 176

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

Shades of Harp #CCDBB0

Tints of Harp #CCDBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.38%

R = 34.06%
G = 36.56%
B = 29.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#CCDBB0 (or 0xCCDBB0) is known color: Harp. HEX triplet: CC, DB and B0. RGB value is (204,219,176). Sum of RGB (Red+Green+Blue) = 204+219+176=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBB0 is #33244F. Grayscale: #D1D1D1. Windows color (decimal): -3351632 or 11590604. OLE color: 11590604.

HSL color Cylindrical-coordinate representation of color #CCDBB0: hue angle of 80.93º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCDBB0 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 219 176 -
CMYK 0.07 0 0.20 0.14
HSL 80.93º 0.37% 0.77% -
HSV(B) 80.93º 0.2% 0.86% -
XYZ 58.07 66.63 50.88 -
YUV 209.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 204 219 176 0.07 0 0.20 0.14 80.93 0.37 0.77
Hex CC DB B0 7 0 14 E 51 25 4D
Octal 314 333 260 7 0 24 16 121 45 115
Binary 11001100 11011011 10110000 111 0 10100 1110 1010001 100101 1001101

Color Harmonies of #CCDBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBB0

Black with #CCDBB0

Text Example


Text Example

White with #CCDBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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