Html Css Color HEX #CCDAB4 Harp

📋 copy color: '#CCDAB4'

red 204 ◦ green 218 ◦ blue 180

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

Shades of Harp #CCDAB4

Tints of Harp #CCDAB4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.21%

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

R = 33.89%
G = 36.21%
B = 29.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#CCDAB4 (or 0xCCDAB4) is known color: Harp. HEX triplet: CC, DA and B4. RGB value is (204,218,180). Sum of RGB (Red+Green+Blue) = 204+218+180=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDAB4 is #33254B. Grayscale: #D1D1D1. Windows color (decimal): -3351884 or 11852492. OLE color: 11852492.

HSL color Cylindrical-coordinate representation of color #CCDAB4: hue angle of 82.11º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCDAB4 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 180 -
CMYK 0.06 0 0.17 0.15
HSL 82.11º 0.34% 0.78% -
HSV(B) 82.11º 0.17% 0.85% -
XYZ 58.21 66.28 52.9 -
YUV 209.48 111.36 124.09 -
System Red Green Blue C M Y K H S L
Decimal 204 218 180 0.06 0 0.17 0.15 82.11 0.34 0.78
Hex CC DA B4 6 0 11 F 52 22 4E
Octal 314 332 264 6 0 21 17 122 42 116
Binary 11001100 11011010 10110100 110 0 10001 1111 1010010 100010 1001110

Color Harmonies of #CCDAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAB4

Black with #CCDAB4

Text Example


Text Example

White with #CCDAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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