Html Css Color HEX #CCDBB4 Harp

📋 copy color: '#CCDBB4'

red 204 ◦ green 219 ◦ blue 180

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

Shades of Harp #CCDBB4

Tints of Harp #CCDBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.85%

R = 33.83%
G = 36.32%
B = 29.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#CCDBB4 (or 0xCCDBB4) is known color: Harp. HEX triplet: CC, DB and B4. RGB value is (204,219,180). Sum of RGB (Red+Green+Blue) = 204+219+180=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBB4 is #33244B. Grayscale: #D2D2D2. Windows color (decimal): -3351628 or 11852748. OLE color: 11852748.

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

Color convert

RGB 204 219 180 -
CMYK 0.07 0 0.18 0.14
HSL 83.08º 0.35% 0.78% -
HSV(B) 83.08º 0.18% 0.86% -
XYZ 58.47 66.8 52.99 -
YUV 210.07 111.03 123.67 -
System Red Green Blue C M Y K H S L
Decimal 204 219 180 0.07 0 0.18 0.14 83.08 0.35 0.78
Hex CC DB B4 7 0 12 E 53 23 4E
Octal 314 333 264 7 0 22 16 123 43 116
Binary 11001100 11011011 10110100 111 0 10010 1110 1010011 100011 1001110

Color Harmonies of #CCDBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBB4

Black with #CCDBB4

Text Example


Text Example

White with #CCDBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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