Html Css Color HEX #CCD4B1 Harp

📋 copy color: '#CCD4B1'

red 204 ◦ green 212 ◦ blue 177

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

Shades of Harp #CCD4B1

Tints of Harp #CCD4B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.85%

R = 34.4%
G = 35.75%
B = 29.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#CCD4B1 (or 0xCCD4B1) is known color: Harp. HEX triplet: CC, D4 and B1. RGB value is (204,212,177). Sum of RGB (Red+Green+Blue) = 204+212+177=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 177 (69.53% from 255 or 29.85% from 593); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD4B1 is #332B4E. Grayscale: #CDCDCD. Windows color (decimal): -3353423 or 11654348. OLE color: 11654348.

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

Color convert

RGB 204 212 177 -
CMYK 0.04 0 0.17 0.17
HSL 73.71º 0.29% 0.76% -
HSV(B) 73.71º 0.17% 0.83% -
XYZ 56.38 63.1 50.8 -
YUV 205.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 204 212 177 0.04 0 0.17 0.17 73.71 0.29 0.76
Hex CC D4 B1 4 0 11 11 4A 1D 4C
Octal 314 324 261 4 0 21 21 112 35 114
Binary 11001100 11010100 10110001 100 0 10001 10001 1001010 11101 1001100

Color Harmonies of #CCD4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4B1

Black with #CCD4B1

Text Example


Text Example

White with #CCD4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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