Html Css Color HEX #CEDA9E Reef

📋 copy color: '#CEDA9E'

red 206 ◦ green 218 ◦ blue 158

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

Shades of Reef #CEDA9E

Tints of Reef #CEDA9E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.46%

 BLUE value IS 158 (62.11% from 255) = 27.15%

R = 35.4%
G = 37.46%
B = 27.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#CEDA9E (or 0xCEDA9E) is known color: Reef. HEX triplet: CE, DA and 9E. RGB value is (206,218,158). Sum of RGB (Red+Green+Blue) = 206+218+158=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDA9E is #312561. Grayscale: #CFCFCF. Windows color (decimal): -3220834 or 10410702. OLE color: 10410702.

HSL color Cylindrical-coordinate representation of color #CEDA9E: hue angle of 72º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEDA9E is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 218 158 -
CMYK 0.06 0 0.28 0.15
HSL 72º 0.45% 0.74% -
HSV(B) 72º 0.28% 0.85% -
XYZ 56.7 65.73 42.05 -
YUV 207.57 100.02 126.88 -
System Red Green Blue C M Y K H S L
Decimal 206 218 158 0.06 0 0.28 0.15 72 0.45 0.74
Hex CE DA 9E 6 0 1C F 48 2D 4A
Octal 316 332 236 6 0 34 17 110 55 112
Binary 11001110 11011010 10011110 110 0 11100 1111 1001000 101101 1001010

Color Harmonies of #CEDA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDA9E

Black with #CEDA9E

Text Example


Text Example

White with #CEDA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDA9E; }

 p { color: rgb(206,218,158); }

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

background-color css

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

 a { background-color: rgb(206,218,158); }

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

border-color css

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

 span { border-color: rgb(206,218,158); }

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