Html Css Color HEX #CEF7AD Reef

📋 copy color: '#CEF7AD'

red 206 ◦ green 247 ◦ blue 173

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

Shades of Reef #CEF7AD

Tints of Reef #CEF7AD

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.46%

 BLUE value IS 173 (67.97% from 255) = 27.64%

R = 32.91%
G = 39.46%
B = 27.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#CEF7AD (or 0xCEF7AD) is known color: Reef. HEX triplet: CE, F7 and AD. RGB value is (206,247,173). Sum of RGB (Red+Green+Blue) = 206+247+173=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 247 (96.88% from 255 or 39.46% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF7AD is #310852. Grayscale: #E2E2E2. Windows color (decimal): -3213395 or 11401166. OLE color: 11401166.

HSL color Cylindrical-coordinate representation of color #CEF7AD: hue angle of 93.24º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEF7AD is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 247 173 -
CMYK 0.17 0 0.30 0.03
HSL 93.24º 0.82% 0.82% -
HSV(B) 93.24º 0.3% 0.97% -
XYZ 66.26 82.66 52 -
YUV 226.31 97.92 113.52 -
System Red Green Blue C M Y K H S L
Decimal 206 247 173 0.17 0 0.30 0.03 93.24 0.82 0.82
Hex CE F7 AD 11 0 1E 3 5D 52 52
Octal 316 367 255 21 0 36 3 135 122 122
Binary 11001110 11110111 10101101 10001 0 11110 11 1011101 1010010 1010010

Color Harmonies of #CEF7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF7AD

Black with #CEF7AD

Text Example


Text Example

White with #CEF7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF7AD; }

 p { color: rgb(206,247,173); }

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

background-color css

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

 a { background-color: rgb(206,247,173); }

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

border-color css

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

 span { border-color: rgb(206,247,173); }

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