Html Css Color HEX #CFDDB0 Harp

📋 copy color: '#CFDDB0'

red 207 ◦ green 221 ◦ blue 176

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

Shades of Harp #CFDDB0

Tints of Harp #CFDDB0

RGB

 RED value IS 207 (81.25% from 255) = 34.27%

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

 BLUE value IS 176 (69.14% from 255) = 29.14%

R = 34.27%
G = 36.59%
B = 29.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#CFDDB0 (or 0xCFDDB0) is known color: Harp. HEX triplet: CF, DD and B0. RGB value is (207,221,176). Sum of RGB (Red+Green+Blue) = 207+221+176=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDDB0 is #30224F. Grayscale: #D3D3D3. Windows color (decimal): -3154512 or 11591119. OLE color: 11591119.

HSL color Cylindrical-coordinate representation of color #CFDDB0: hue angle of 78.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFDDB0 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 221 176 -
CMYK 0.06 0 0.20 0.13
HSL 78.67º 0.4% 0.78% -
HSV(B) 78.67º 0.2% 0.87% -
XYZ 59.43 68.11 51.09 -
YUV 211.68 107.86 124.66 -
System Red Green Blue C M Y K H S L
Decimal 207 221 176 0.06 0 0.20 0.13 78.67 0.4 0.78
Hex CF DD B0 6 0 14 D 4F 28 4E
Octal 317 335 260 6 0 24 15 117 50 116
Binary 11001111 11011101 10110000 110 0 10100 1101 1001111 101000 1001110

Color Harmonies of #CFDDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDDB0

Black with #CFDDB0

Text Example


Text Example

White with #CFDDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDDB0; }

 p { color: rgb(207,221,176); }

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

background-color css

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

 a { background-color: rgb(207,221,176); }

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

border-color css

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

 span { border-color: rgb(207,221,176); }

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