Html Css Color HEX #CEDCA3 Reef

📋 copy color: '#CEDCA3'

red 206 ◦ green 220 ◦ blue 163

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

Shades of Reef #CEDCA3

Tints of Reef #CEDCA3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.35%

 BLUE value IS 163 (64.06% from 255) = 27.67%

R = 34.97%
G = 37.35%
B = 27.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#CEDCA3 (or 0xCEDCA3) is known color: Reef. HEX triplet: CE, DC and A3. RGB value is (206,220,163). Sum of RGB (Red+Green+Blue) = 206+220+163=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCA3 is #31235C. Grayscale: #D1D1D1. Windows color (decimal): -3220317 or 10738894. OLE color: 10738894.

HSL color Cylindrical-coordinate representation of color #CEDCA3: hue angle of 74.74º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEDCA3 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 163 -
CMYK 0.06 0 0.26 0.14
HSL 74.74º 0.45% 0.75% -
HSV(B) 74.74º 0.26% 0.86% -
XYZ 57.66 66.95 44.53 -
YUV 209.32 101.86 125.63 -
System Red Green Blue C M Y K H S L
Decimal 206 220 163 0.06 0 0.26 0.14 74.74 0.45 0.75
Hex CE DC A3 6 0 1A E 4B 2D 4B
Octal 316 334 243 6 0 32 16 113 55 113
Binary 11001110 11011100 10100011 110 0 11010 1110 1001011 101101 1001011

Color Harmonies of #CEDCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCA3

Black with #CEDCA3

Text Example


Text Example

White with #CEDCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCA3; }

 p { color: rgb(206,220,163); }

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

background-color css

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

 a { background-color: rgb(206,220,163); }

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

border-color css

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

 span { border-color: rgb(206,220,163); }

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