Html Css Color HEX #CEDFAF Reef

📋 copy color: '#CEDFAF'

red 206 ◦ green 223 ◦ blue 175

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

Shades of Reef #CEDFAF

Tints of Reef #CEDFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.97%

R = 34.11%
G = 36.92%
B = 28.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#CEDFAF (or 0xCEDFAF) is known color: Reef. HEX triplet: CE, DF and AF. RGB value is (206,223,175). Sum of RGB (Red+Green+Blue) = 206+223+175=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDFAF is #312050. Grayscale: #D4D4D4. Windows color (decimal): -3219537 or 11526094. OLE color: 11526094.

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

Color convert

RGB 206 223 175 -
CMYK 0.08 0 0.22 0.13
HSL 81.25º 0.43% 0.78% -
HSV(B) 81.25º 0.22% 0.87% -
XYZ 59.58 68.99 50.73 -
YUV 212.45 106.87 123.4 -
System Red Green Blue C M Y K H S L
Decimal 206 223 175 0.08 0 0.22 0.13 81.25 0.43 0.78
Hex CE DF AF 8 0 16 D 51 2B 4E
Octal 316 337 257 10 0 26 15 121 53 116
Binary 11001110 11011111 10101111 1000 0 10110 1101 1010001 101011 1001110

Color Harmonies of #CEDFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFAF

Black with #CEDFAF

Text Example


Text Example

White with #CEDFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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