Html Css Color HEX #CEE3A5 Reef

📋 copy color: '#CEE3A5'

red 206 ◦ green 227 ◦ blue 165

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

Shades of Reef #CEE3A5

Tints of Reef #CEE3A5

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.96%

 BLUE value IS 165 (64.84% from 255) = 27.59%

R = 34.45%
G = 37.96%
B = 27.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#CEE3A5 (or 0xCEE3A5) is known color: Reef. HEX triplet: CE, E3 and A5. RGB value is (206,227,165). Sum of RGB (Red+Green+Blue) = 206+227+165=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 165 (64.84% from 255 or 27.59% from 598); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE3A5 is #311C5A. Grayscale: #D5D5D5. Windows color (decimal): -3218523 or 10871758. OLE color: 10871758.

HSL color Cylindrical-coordinate representation of color #CEE3A5: hue angle of 80.32º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEE3A5 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 227 165 -
CMYK 0.09 0 0.27 0.11
HSL 80.32º 0.53% 0.77% -
HSV(B) 80.32º 0.27% 0.89% -
XYZ 59.71 70.78 46.11 -
YUV 213.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 206 227 165 0.09 0 0.27 0.11 80.32 0.53 0.77
Hex CE E3 A5 9 0 1B B 50 35 4D
Octal 316 343 245 11 0 33 13 120 65 115
Binary 11001110 11100011 10100101 1001 0 11011 1011 1010000 110101 1001101

Color Harmonies of #CEE3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE3A5

Black with #CEE3A5

Text Example


Text Example

White with #CEE3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE3A5; }

 p { color: rgb(206,227,165); }

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

background-color css

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

 a { background-color: rgb(206,227,165); }

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

border-color css

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

 span { border-color: rgb(206,227,165); }

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