Html Css Color HEX #CEDFA2 Reef

📋 copy color: '#CEDFA2'

red 206 ◦ green 223 ◦ blue 162

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

Shades of Reef #CEDFA2

Tints of Reef #CEDFA2

RGB

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

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

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

R = 34.86%
G = 37.73%
B = 27.41%

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

#CEDFA2 (or 0xCEDFA2) is known color: Reef. HEX triplet: CE, DF and A2. RGB value is (206,223,162). Sum of RGB (Red+Green+Blue) = 206+223+162=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDFA2 is #31205D. Grayscale: #D3D3D3. Windows color (decimal): -3219550 or 10674126. OLE color: 10674126.

HSL color Cylindrical-coordinate representation of color #CEDFA2: hue angle of 76.72º degrees, saturation: 0.49, 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 #CEDFA2 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 162 -
CMYK 0.08 0 0.27 0.13
HSL 76.72º 0.49% 0.75% -
HSV(B) 76.72º 0.27% 0.87% -
XYZ 58.36 68.51 44.33 -
YUV 210.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 206 223 162 0.08 0 0.27 0.13 76.72 0.49 0.75
Hex CE DF A2 8 0 1B D 4D 31 4B
Octal 316 337 242 10 0 33 15 115 61 113
Binary 11001110 11011111 10100010 1000 0 11011 1101 1001101 110001 1001011

Color Harmonies of #CEDFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFA2

Black with #CEDFA2

Text Example


Text Example

White with #CEDFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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