Html Css Color HEX #CCDBB1 Harp

📋 copy color: '#CCDBB1'

red 204 ◦ green 219 ◦ blue 177

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

Shades of Harp #CCDBB1

Tints of Harp #CCDBB1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.5%

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

R = 34%
G = 36.5%
B = 29.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#CCDBB1 (or 0xCCDBB1) is known color: Harp. HEX triplet: CC, DB and B1. RGB value is (204,219,177). Sum of RGB (Red+Green+Blue) = 204+219+177=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBB1 is #33244E. Grayscale: #D1D1D1. Windows color (decimal): -3351631 or 11656140. OLE color: 11656140.

HSL color Cylindrical-coordinate representation of color #CCDBB1: hue angle of 81.43º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCDBB1 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 219 177 -
CMYK 0.07 0 0.19 0.14
HSL 81.43º 0.37% 0.78% -
HSV(B) 81.43º 0.19% 0.86% -
XYZ 58.17 66.67 51.4 -
YUV 209.73 109.53 123.92 -
System Red Green Blue C M Y K H S L
Decimal 204 219 177 0.07 0 0.19 0.14 81.43 0.37 0.78
Hex CC DB B1 7 0 13 E 51 25 4E
Octal 314 333 261 7 0 23 16 121 45 116
Binary 11001100 11011011 10110001 111 0 10011 1110 1010001 100101 1001110

Color Harmonies of #CCDBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBB1

Black with #CCDBB1

Text Example


Text Example

White with #CCDBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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