Html Css Color HEX #CEFDA8 Reef

📋 copy color: '#CEFDA8'

red 206 ◦ green 253 ◦ blue 168

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

Shades of Reef #CEFDA8

Tints of Reef #CEFDA8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.35%

 BLUE value IS 168 (66.02% from 255) = 26.79%

R = 32.85%
G = 40.35%
B = 26.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#CEFDA8 (or 0xCEFDA8) is known color: Reef. HEX triplet: CE, FD and A8. RGB value is (206,253,168). Sum of RGB (Red+Green+Blue) = 206+253+168=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 168 (66.02% from 255 or 26.79% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFDA8 is #310257. Grayscale: #E5E5E5. Windows color (decimal): -3211864 or 11075022. OLE color: 11075022.

HSL color Cylindrical-coordinate representation of color #CEFDA8: hue angle of 93.18º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEFDA8 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 253 168 -
CMYK 0.19 0 0.34 0.01
HSL 93.18º 0.96% 0.83% -
HSV(B) 93.18º 0.34% 0.99% -
XYZ 67.65 86.2 50.12 -
YUV 229.26 93.43 111.41 -
System Red Green Blue C M Y K H S L
Decimal 206 253 168 0.19 0 0.34 0.01 93.18 0.96 0.83
Hex CE FD A8 13 0 22 1 5D 60 53
Octal 316 375 250 23 0 42 1 135 140 123
Binary 11001110 11111101 10101000 10011 0 100010 1 1011101 1100000 1010011

Color Harmonies of #CEFDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFDA8

Black with #CEFDA8

Text Example


Text Example

White with #CEFDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFDA8; }

 p { color: rgb(206,253,168); }

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

background-color css

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

 a { background-color: rgb(206,253,168); }

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

border-color css

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

 span { border-color: rgb(206,253,168); }

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