Html Css Color HEX #CCD4B9 Harp

📋 copy color: '#CCD4B9'

red 204 ◦ green 212 ◦ blue 185

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

Shades of Harp #CCD4B9

Tints of Harp #CCD4B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.78%

R = 33.94%
G = 35.27%
B = 30.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#CCD4B9 (or 0xCCD4B9) is known color: Harp. HEX triplet: CC, D4 and B9. RGB value is (204,212,185). Sum of RGB (Red+Green+Blue) = 204+212+185=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4B9 is #332B46. Grayscale: #CECECE. Windows color (decimal): -3353415 or 12178636. OLE color: 12178636.

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

Color convert

RGB 204 212 185 -
CMYK 0.04 0 0.13 0.17
HSL 77.78º 0.24% 0.78% -
HSV(B) 77.78º 0.13% 0.83% -
XYZ 57.2 63.43 55.13 -
YUV 206.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 204 212 185 0.04 0 0.13 0.17 77.78 0.24 0.78
Hex CC D4 B9 4 0 D 11 4E 18 4E
Octal 314 324 271 4 0 15 21 116 30 116
Binary 11001100 11010100 10111001 100 0 1101 10001 1001110 11000 1001110

Color Harmonies of #CCD4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4B9

Black with #CCD4B9

Text Example


Text Example

White with #CCD4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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