Html Css Color HEX #CEED9E Reef

📋 copy color: '#CEED9E'

red 206 ◦ green 237 ◦ blue 158

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

Shades of Reef #CEED9E

Tints of Reef #CEED9E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.43%

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

R = 34.28%
G = 39.43%
B = 26.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#CEED9E (or 0xCEED9E) is known color: Reef. HEX triplet: CE, ED and 9E. RGB value is (206,237,158). Sum of RGB (Red+Green+Blue) = 206+237+158=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEED9E is #311261. Grayscale: #DBDBDB. Windows color (decimal): -3215970 or 10415566. OLE color: 10415566.

HSL color Cylindrical-coordinate representation of color #CEED9E: hue angle of 83.54º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEED9E is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 237 158 -
CMYK 0.13 0 0.33 0.07
HSL 83.54º 0.69% 0.77% -
HSV(B) 83.54º 0.33% 0.93% -
XYZ 61.91 76.16 43.78 -
YUV 218.73 93.73 118.92 -
System Red Green Blue C M Y K H S L
Decimal 206 237 158 0.13 0 0.33 0.07 83.54 0.69 0.77
Hex CE ED 9E D 0 21 7 54 45 4D
Octal 316 355 236 15 0 41 7 124 105 115
Binary 11001110 11101101 10011110 1101 0 100001 111 1010100 1000101 1001101

Color Harmonies of #CEED9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED9E

Black with #CEED9E

Text Example


Text Example

White with #CEED9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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