Html Css Color HEX #CEDEA7 Reef

📋 copy color: '#CEDEA7'

red 206 ◦ green 222 ◦ blue 167

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

Shades of Reef #CEDEA7

Tints of Reef #CEDEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 28.07%

R = 34.62%
G = 37.31%
B = 28.07%

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

#CEDEA7 (or 0xCEDEA7) is known color: Reef. HEX triplet: CE, DE and A7. RGB value is (206,222,167). Sum of RGB (Red+Green+Blue) = 206+222+167=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 167 (65.62% from 255 or 28.07% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDEA7 is #312158. Grayscale: #D3D3D3. Windows color (decimal): -3219801 or 11001550. OLE color: 11001550.

HSL color Cylindrical-coordinate representation of color #CEDEA7: hue angle of 77.45º degrees, saturation: 0.45, 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 #CEDEA7 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 222 167 -
CMYK 0.07 0 0.25 0.13
HSL 77.45º 0.45% 0.76% -
HSV(B) 77.45º 0.25% 0.87% -
XYZ 58.55 68.15 46.63 -
YUV 210.95 103.2 124.47 -
System Red Green Blue C M Y K H S L
Decimal 206 222 167 0.07 0 0.25 0.13 77.45 0.45 0.76
Hex CE DE A7 7 0 19 D 4D 2D 4C
Octal 316 336 247 7 0 31 15 115 55 114
Binary 11001110 11011110 10100111 111 0 11001 1101 1001101 101101 1001100

Color Harmonies of #CEDEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDEA7

Black with #CEDEA7

Text Example


Text Example

White with #CEDEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDEA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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