Html Css Color HEX #CEDDB6 Harp

📋 copy color: '#CEDDB6'

red 206 ◦ green 221 ◦ blue 182

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

Shades of Harp #CEDDB6

Tints of Harp #CEDDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.89%

R = 33.83%
G = 36.29%
B = 29.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#CEDDB6 (or 0xCEDDB6) is known color: Harp. HEX triplet: CE, DD and B6. RGB value is (206,221,182). Sum of RGB (Red+Green+Blue) = 206+221+182=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDB6 is #312249. Grayscale: #D4D4D4. Windows color (decimal): -3220042 or 11984334. OLE color: 11984334.

HSL color Cylindrical-coordinate representation of color #CEDDB6: hue angle of 83.08º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEDDB6 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 182 -
CMYK 0.07 0 0.18 0.13
HSL 83.08º 0.36% 0.79% -
HSV(B) 83.08º 0.18% 0.87% -
XYZ 59.75 68.21 54.27 -
YUV 212.07 111.03 123.67 -
System Red Green Blue C M Y K H S L
Decimal 206 221 182 0.07 0 0.18 0.13 83.08 0.36 0.79
Hex CE DD B6 7 0 12 D 53 24 4F
Octal 316 335 266 7 0 22 15 123 44 117
Binary 11001110 11011101 10110110 111 0 10010 1101 1010011 100100 1001111

Color Harmonies of #CEDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDB6

Black with #CEDDB6

Text Example


Text Example

White with #CEDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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