Html Css Color HEX #CEDCB0 Harp

📋 copy color: '#CEDCB0'

red 206 ◦ green 220 ◦ blue 176

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

Shades of Harp #CEDCB0

Tints of Harp #CEDCB0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.54%

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

R = 34.22%
G = 36.54%
B = 29.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#CEDCB0 (or 0xCEDCB0) is known color: Harp. HEX triplet: CE, DC and B0. RGB value is (206,220,176). Sum of RGB (Red+Green+Blue) = 206+220+176=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCB0 is #31234F. Grayscale: #D2D2D2. Windows color (decimal): -3220304 or 11590862. OLE color: 11590862.

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

Color convert

RGB 206 220 176 -
CMYK 0.06 0 0.2 0.14
HSL 79.09º 0.39% 0.78% -
HSV(B) 79.09º 0.2% 0.86% -
XYZ 58.88 67.44 50.99 -
YUV 210.8 108.36 124.58 -
System Red Green Blue C M Y K H S L
Decimal 206 220 176 0.06 0 0.2 0.14 79.09 0.39 0.78
Hex CE DC B0 6 0 14 E 4F 27 4E
Octal 316 334 260 6 0 24 16 117 47 116
Binary 11001110 11011100 10110000 110 0 10100 1110 1001111 100111 1001110

Color Harmonies of #CEDCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCB0

Black with #CEDCB0

Text Example


Text Example

White with #CEDCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCB0; }

 p { color: rgb(206,220,176); }

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

background-color css

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

 a { background-color: rgb(206,220,176); }

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

border-color css

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

 span { border-color: rgb(206,220,176); }

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