Html Css Color HEX #CEEAAF Reef

📋 copy color: '#CEEAAF'

red 206 ◦ green 234 ◦ blue 175

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

Shades of Reef #CEEAAF

Tints of Reef #CEEAAF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.05%

 BLUE value IS 175 (68.75% from 255) = 28.46%

R = 33.5%
G = 38.05%
B = 28.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#CEEAAF (or 0xCEEAAF) is known color: Reef. HEX triplet: CE, EA and AF. RGB value is (206,234,175). Sum of RGB (Red+Green+Blue) = 206+234+175=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEAAF is #311550. Grayscale: #DBDBDB. Windows color (decimal): -3216721 or 11528910. OLE color: 11528910.

HSL color Cylindrical-coordinate representation of color #CEEAAF: hue angle of 88.47º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEEAAF is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 234 175 -
CMYK 0.12 0 0.25 0.08
HSL 88.47º 0.58% 0.8% -
HSV(B) 88.47º 0.25% 0.92% -
XYZ 62.61 75.06 51.75 -
YUV 218.9 103.22 118.8 -
System Red Green Blue C M Y K H S L
Decimal 206 234 175 0.12 0 0.25 0.08 88.47 0.58 0.8
Hex CE EA AF C 0 19 8 58 3A 50
Octal 316 352 257 14 0 31 10 130 72 120
Binary 11001110 11101010 10101111 1100 0 11001 1000 1011000 111010 1010000

Color Harmonies of #CEEAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEAAF

Black with #CEEAAF

Text Example


Text Example

White with #CEEAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEAAF; }

 p { color: rgb(206,234,175); }

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

background-color css

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

 a { background-color: rgb(206,234,175); }

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

border-color css

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

 span { border-color: rgb(206,234,175); }

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