Html Css Color HEX #CCDDB2 Harp

📋 copy color: '#CCDDB2'

red 204 ◦ green 221 ◦ blue 178

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

Shades of Harp #CCDDB2

Tints of Harp #CCDDB2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.65%

 BLUE value IS 178 (69.92% from 255) = 29.52%

R = 33.83%
G = 36.65%
B = 29.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#CCDDB2 (or 0xCCDDB2) is known color: Harp. HEX triplet: CC, DD and B2. RGB value is (204,221,178). Sum of RGB (Red+Green+Blue) = 204+221+178=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDB2 is #33224D. Grayscale: #D3D3D3. Windows color (decimal): -3351118 or 11722188. OLE color: 11722188.

HSL color Cylindrical-coordinate representation of color #CCDDB2: hue angle of 83.72º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCDDB2 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 178 -
CMYK 0.08 0 0.19 0.13
HSL 83.72º 0.39% 0.78% -
HSV(B) 83.72º 0.19% 0.87% -
XYZ 58.79 67.76 52.1 -
YUV 211.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 204 221 178 0.08 0 0.19 0.13 83.72 0.39 0.78
Hex CC DD B2 8 0 13 D 54 27 4E
Octal 314 335 262 10 0 23 15 124 47 116
Binary 11001100 11011101 10110010 1000 0 10011 1101 1010100 100111 1001110

Color Harmonies of #CCDDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDB2

Black with #CCDDB2

Text Example


Text Example

White with #CCDDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDB2; }

 p { color: rgb(204,221,178); }

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

background-color css

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

 a { background-color: rgb(204,221,178); }

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

border-color css

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

 span { border-color: rgb(204,221,178); }

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