Html Css Color HEX #CCD4B4 Harp

📋 copy color: '#CCD4B4'

red 204 ◦ green 212 ◦ blue 180

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

Shades of Harp #CCD4B4

Tints of Harp #CCD4B4

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.57%

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

R = 34.23%
G = 35.57%
B = 30.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#CCD4B4 (or 0xCCD4B4) is known color: Harp. HEX triplet: CC, D4 and B4. RGB value is (204,212,180). Sum of RGB (Red+Green+Blue) = 204+212+180=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 180 (70.70% from 255 or 30.20% from 596); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4B4 is #332B4B. Grayscale: #CECECE. Windows color (decimal): -3353420 or 11850956. OLE color: 11850956.

HSL color Cylindrical-coordinate representation of color #CCD4B4: hue angle of 75º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCD4B4 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 180 -
CMYK 0.04 0 0.15 0.17
HSL 75º 0.27% 0.77% -
HSV(B) 75º 0.15% 0.83% -
XYZ 56.68 63.22 52.4 -
YUV 205.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 204 212 180 0.04 0 0.15 0.17 75 0.27 0.77
Hex CC D4 B4 4 0 F 11 4B 1B 4D
Octal 314 324 264 4 0 17 21 113 33 115
Binary 11001100 11010100 10110100 100 0 1111 10001 1001011 11011 1001101

Color Harmonies of #CCD4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4B4

Black with #CCD4B4

Text Example


Text Example

White with #CCD4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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