Html Css Color HEX #CEDFA3 Reef

📋 copy color: '#CEDFA3'

red 206 ◦ green 223 ◦ blue 163

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

Shades of Reef #CEDFA3

Tints of Reef #CEDFA3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.67%

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

R = 34.8%
G = 37.67%
B = 27.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#CEDFA3 (or 0xCEDFA3) is known color: Reef. HEX triplet: CE, DF and A3. RGB value is (206,223,163). Sum of RGB (Red+Green+Blue) = 206+223+163=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 163 (64.06% from 255 or 27.53% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDFA3 is #31205C. Grayscale: #D3D3D3. Windows color (decimal): -3219549 or 10739662. OLE color: 10739662.

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

Color convert

RGB 206 223 163 -
CMYK 0.08 0 0.27 0.13
HSL 77º 0.48% 0.76% -
HSV(B) 77º 0.27% 0.87% -
XYZ 58.45 68.54 44.8 -
YUV 211.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 206 223 163 0.08 0 0.27 0.13 77 0.48 0.76
Hex CE DF A3 8 0 1B D 4D 30 4C
Octal 316 337 243 10 0 33 15 115 60 114
Binary 11001110 11011111 10100011 1000 0 11011 1101 1001101 110000 1001100

Color Harmonies of #CEDFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFA3

Black with #CEDFA3

Text Example


Text Example

White with #CEDFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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