Html Css Color HEX #CEDEA5 Reef

📋 copy color: '#CEDEA5'

red 206 ◦ green 222 ◦ blue 165

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

Shades of Reef #CEDEA5

Tints of Reef #CEDEA5

RGB

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

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

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

R = 34.74%
G = 37.44%
B = 27.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#CEDEA5 (or 0xCEDEA5) is known color: Reef. HEX triplet: CE, DE and A5. RGB value is (206,222,165). Sum of RGB (Red+Green+Blue) = 206+222+165=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 165 (64.84% from 255 or 27.82% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDEA5 is #31215A. Grayscale: #D2D2D2. Windows color (decimal): -3219803 or 10870478. OLE color: 10870478.

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

Color convert

RGB 206 222 165 -
CMYK 0.07 0 0.26 0.13
HSL 76.84º 0.46% 0.76% -
HSV(B) 76.84º 0.26% 0.87% -
XYZ 58.37 68.08 45.66 -
YUV 210.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 206 222 165 0.07 0 0.26 0.13 76.84 0.46 0.76
Hex CE DE A5 7 0 1A D 4D 2E 4C
Octal 316 336 245 7 0 32 15 115 56 114
Binary 11001110 11011110 10100101 111 0 11010 1101 1001101 101110 1001100

Color Harmonies of #CEDEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDEA5

Black with #CEDEA5

Text Example


Text Example

White with #CEDEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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