Html Css Color HEX #CEDF9D Reef

📋 copy color: '#CEDF9D'

red 206 ◦ green 223 ◦ blue 157

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

Shades of Reef #CEDF9D

Tints of Reef #CEDF9D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.05%

 BLUE value IS 157 (61.72% from 255) = 26.79%

R = 35.15%
G = 38.05%
B = 26.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#CEDF9D (or 0xCEDF9D) is known color: Reef. HEX triplet: CE, DF and 9D. RGB value is (206,223,157). Sum of RGB (Red+Green+Blue) = 206+223+157=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 157 (61.72% from 255 or 26.79% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF9D is #312062. Grayscale: #D2D2D2. Windows color (decimal): -3219555 or 10346446. OLE color: 10346446.

HSL color Cylindrical-coordinate representation of color #CEDF9D: hue angle of 75.45º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEDF9D is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 157 -
CMYK 0.08 0 0.30 0.13
HSL 75.45º 0.51% 0.75% -
HSV(B) 75.45º 0.3% 0.87% -
XYZ 57.93 68.33 42.03 -
YUV 210.39 97.87 124.87 -
System Red Green Blue C M Y K H S L
Decimal 206 223 157 0.08 0 0.30 0.13 75.45 0.51 0.75
Hex CE DF 9D 8 0 1E D 4B 33 4B
Octal 316 337 235 10 0 36 15 113 63 113
Binary 11001110 11011111 10011101 1000 0 11110 1101 1001011 110011 1001011

Color Harmonies of #CEDF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF9D

Black with #CEDF9D

Text Example


Text Example

White with #CEDF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF9D; }

 p { color: rgb(206,223,157); }

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

background-color css

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

 a { background-color: rgb(206,223,157); }

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

border-color css

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

 span { border-color: rgb(206,223,157); }

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