Html Css Color HEX #CEF3AD Reef

📋 copy color: '#CEF3AD'

red 206 ◦ green 243 ◦ blue 173

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

Shades of Reef #CEF3AD

Tints of Reef #CEF3AD

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.07%

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

R = 33.12%
G = 39.07%
B = 27.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#CEF3AD (or 0xCEF3AD) is known color: Reef. HEX triplet: CE, F3 and AD. RGB value is (206,243,173). Sum of RGB (Red+Green+Blue) = 206+243+173=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF3AD is #310C52. Grayscale: #E0E0E0. Windows color (decimal): -3214419 or 11400142. OLE color: 11400142.

HSL color Cylindrical-coordinate representation of color #CEF3AD: hue angle of 91.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEF3AD is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 243 173 -
CMYK 0.15 0 0.29 0.05
HSL 91.71º 0.74% 0.82% -
HSV(B) 91.71º 0.29% 0.95% -
XYZ 65.05 80.24 51.59 -
YUV 223.96 99.24 115.19 -
System Red Green Blue C M Y K H S L
Decimal 206 243 173 0.15 0 0.29 0.05 91.71 0.74 0.82
Hex CE F3 AD F 0 1D 5 5C 4A 52
Octal 316 363 255 17 0 35 5 134 112 122
Binary 11001110 11110011 10101101 1111 0 11101 101 1011100 1001010 1010010

Color Harmonies of #CEF3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF3AD

Black with #CEF3AD

Text Example


Text Example

White with #CEF3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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