Html Css Color HEX #CEDDB2 Harp

📋 copy color: '#CEDDB2'

red 206 ◦ green 221 ◦ blue 178

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

Shades of Harp #CEDDB2

Tints of Harp #CEDDB2

RGB

 RED value IS 206 (80.86% from 255) = 34.05%

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

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

R = 34.05%
G = 36.53%
B = 29.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#CEDDB2 (or 0xCEDDB2) is known color: Harp. HEX triplet: CE, DD and B2. RGB value is (206,221,178). Sum of RGB (Red+Green+Blue) = 206+221+178=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDDB2 is #31224D. Grayscale: #D3D3D3. Windows color (decimal): -3220046 or 11722190. OLE color: 11722190.

HSL color Cylindrical-coordinate representation of color #CEDDB2: hue angle of 80.93º 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 #CEDDB2 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 178 -
CMYK 0.07 0 0.19 0.13
HSL 80.93º 0.39% 0.78% -
HSV(B) 80.93º 0.19% 0.87% -
XYZ 59.35 68.05 52.13 -
YUV 211.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 206 221 178 0.07 0 0.19 0.13 80.93 0.39 0.78
Hex CE DD B2 7 0 13 D 51 27 4E
Octal 316 335 262 7 0 23 15 121 47 116
Binary 11001110 11011101 10110010 111 0 10011 1101 1010001 100111 1001110

Color Harmonies of #CEDDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDB2

Black with #CEDDB2

Text Example


Text Example

White with #CEDDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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