Html Css Color HEX #CEDBAE Harp

📋 copy color: '#CEDBAE'

red 206 ◦ green 219 ◦ blue 174

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

Shades of Harp #CEDBAE

Tints of Harp #CEDBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.05%

R = 34.39%
G = 36.56%
B = 29.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#CEDBAE (or 0xCEDBAE) is known color: Harp. HEX triplet: CE, DB and AE. RGB value is (206,219,174). Sum of RGB (Red+Green+Blue) = 206+219+174=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDBAE is #312451. Grayscale: #D2D2D2. Windows color (decimal): -3220562 or 11459534. OLE color: 11459534.

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

Color convert

RGB 206 219 174 -
CMYK 0.06 0 0.21 0.14
HSL 77.33º 0.38% 0.77% -
HSV(B) 77.33º 0.21% 0.86% -
XYZ 58.43 66.84 49.87 -
YUV 209.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 206 219 174 0.06 0 0.21 0.14 77.33 0.38 0.77
Hex CE DB AE 6 0 15 E 4D 26 4D
Octal 316 333 256 6 0 25 16 115 46 115
Binary 11001110 11011011 10101110 110 0 10101 1110 1001101 100110 1001101

Color Harmonies of #CEDBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDBAE

Black with #CEDBAE

Text Example


Text Example

White with #CEDBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDBAE; }

 p { color: rgb(206,219,174); }

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

background-color css

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

 a { background-color: rgb(206,219,174); }

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

border-color css

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

 span { border-color: rgb(206,219,174); }

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