Html Css Color HEX #CEFDA6 Reef

📋 copy color: '#CEFDA6'

red 206 ◦ green 253 ◦ blue 166

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

Shades of Reef #CEFDA6

Tints of Reef #CEFDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 26.56%

R = 32.96%
G = 40.48%
B = 26.56%

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

#CEFDA6 (or 0xCEFDA6) is known color: Reef. HEX triplet: CE, FD and A6. RGB value is (206,253,166). Sum of RGB (Red+Green+Blue) = 206+253+166=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 166 (65.23% from 255 or 26.56% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFDA6 is #310259. Grayscale: #E5E5E5. Windows color (decimal): -3211866 or 10943950. OLE color: 10943950.

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

Color convert

RGB 206 253 166 -
CMYK 0.19 0 0.34 0.01
HSL 92.41º 0.96% 0.82% -
HSV(B) 92.41º 0.34% 0.99% -
XYZ 67.46 86.13 49.14 -
YUV 229.03 92.43 111.57 -
System Red Green Blue C M Y K H S L
Decimal 206 253 166 0.19 0 0.34 0.01 92.41 0.96 0.82
Hex CE FD A6 13 0 22 1 5C 60 52
Octal 316 375 246 23 0 42 1 134 140 122
Binary 11001110 11111101 10100110 10011 0 100010 1 1011100 1100000 1010010

Color Harmonies of #CEFDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFDA6

Black with #CEFDA6

Text Example


Text Example

White with #CEFDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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