Html Css Color HEX #CEDF92 Reef

📋 copy color: '#CEDF92'

red 206 ◦ green 223 ◦ blue 146

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

Shades of Reef #CEDF92

Tints of Reef #CEDF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.39%

R = 35.83%
G = 38.78%
B = 25.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#CEDF92 (or 0xCEDF92) is known color: Reef. HEX triplet: CE, DF and 92. RGB value is (206,223,146). Sum of RGB (Red+Green+Blue) = 206+223+146=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF92 is #31206D. Grayscale: #D1D1D1. Windows color (decimal): -3219566 or 9625550. OLE color: 9625550.

HSL color Cylindrical-coordinate representation of color #CEDF92: hue angle of 73.25º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEDF92 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 146 -
CMYK 0.08 0 0.35 0.13
HSL 73.25º 0.55% 0.72% -
HSV(B) 73.25º 0.35% 0.87% -
XYZ 57.03 67.97 37.31 -
YUV 209.14 92.37 125.76 -
System Red Green Blue C M Y K H S L
Decimal 206 223 146 0.08 0 0.35 0.13 73.25 0.55 0.72
Hex CE DF 92 8 0 23 D 49 37 48
Octal 316 337 222 10 0 43 15 111 67 110
Binary 11001110 11011111 10010010 1000 0 100011 1101 1001001 110111 1001000

Color Harmonies of #CEDF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF92

Black with #CEDF92

Text Example


Text Example

White with #CEDF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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