Html Css Color HEX #CEDEA6 Reef

📋 copy color: '#CEDEA6'

red 206 ◦ green 222 ◦ blue 166

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

Shades of Reef #CEDEA6

Tints of Reef #CEDEA6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.37%

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

R = 34.68%
G = 37.37%
B = 27.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#CEDEA6 (or 0xCEDEA6) is known color: Reef. HEX triplet: CE, DE and A6. RGB value is (206,222,166). Sum of RGB (Red+Green+Blue) = 206+222+166=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDEA6 is #312159. Grayscale: #D3D3D3. Windows color (decimal): -3219802 or 10936014. OLE color: 10936014.

HSL color Cylindrical-coordinate representation of color #CEDEA6: hue angle of 77.14º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEDEA6 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 222 166 -
CMYK 0.07 0 0.25 0.13
HSL 77.14º 0.46% 0.76% -
HSV(B) 77.14º 0.25% 0.87% -
XYZ 58.46 68.12 46.14 -
YUV 210.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 206 222 166 0.07 0 0.25 0.13 77.14 0.46 0.76
Hex CE DE A6 7 0 19 D 4D 2E 4C
Octal 316 336 246 7 0 31 15 115 56 114
Binary 11001110 11011110 10100110 111 0 11001 1101 1001101 101110 1001100

Color Harmonies of #CEDEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDEA6

Black with #CEDEA6

Text Example


Text Example

White with #CEDEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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