Html Css Color HEX #CEDEA2 Reef

📋 copy color: '#CEDEA2'

red 206 ◦ green 222 ◦ blue 162

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

Shades of Reef #CEDEA2

Tints of Reef #CEDEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.46%

R = 34.92%
G = 37.63%
B = 27.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#CEDEA2 (or 0xCEDEA2) is known color: Reef. HEX triplet: CE, DE and A2. RGB value is (206,222,162). Sum of RGB (Red+Green+Blue) = 206+222+162=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 162 (63.67% from 255 or 27.46% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDEA2 is #31215D. Grayscale: #D2D2D2. Windows color (decimal): -3219806 or 10673870. OLE color: 10673870.

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

Color convert

RGB 206 222 162 -
CMYK 0.07 0 0.27 0.13
HSL 76º 0.48% 0.75% -
HSV(B) 76º 0.27% 0.87% -
XYZ 58.1 67.97 44.24 -
YUV 210.38 100.7 124.88 -
System Red Green Blue C M Y K H S L
Decimal 206 222 162 0.07 0 0.27 0.13 76 0.48 0.75
Hex CE DE A2 7 0 1B D 4C 30 4B
Octal 316 336 242 7 0 33 15 114 60 113
Binary 11001110 11011110 10100010 111 0 11011 1101 1001100 110000 1001011

Color Harmonies of #CEDEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDEA2

Black with #CEDEA2

Text Example


Text Example

White with #CEDEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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