Html Css Color HEX #CFEDAD Reef

📋 copy color: '#CFEDAD'

red 207 ◦ green 237 ◦ blue 173

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

Shades of Reef #CFEDAD

Tints of Reef #CFEDAD

RGB

 RED value IS 207 (81.25% from 255) = 33.55%

 GREEN value IS 237 (92.97% from 255) = 38.41%

 BLUE value IS 173 (67.97% from 255) = 28.04%

R = 33.55%
G = 38.41%
B = 28.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#CFEDAD (or 0xCFEDAD) is known color: Reef. HEX triplet: CF, ED and AD. RGB value is (207,237,173). Sum of RGB (Red+Green+Blue) = 207+237+173=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDAD is #301252. Grayscale: #DCDCDC. Windows color (decimal): -3150419 or 11398607. OLE color: 11398607.

HSL color Cylindrical-coordinate representation of color #CFEDAD: hue angle of 88.12º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFEDAD is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 237 173 -
CMYK 0.13 0 0.27 0.07
HSL 88.13º 0.64% 0.8% -
HSV(B) 88.13º 0.27% 0.93% -
XYZ 63.56 76.85 51.02 -
YUV 220.73 101.06 118.2 -
System Red Green Blue C M Y K H S L
Decimal 207 237 173 0.13 0 0.27 0.07 88.13 0.64 0.8
Hex CF ED AD D 0 1B 7 58 40 50
Octal 317 355 255 15 0 33 7 130 100 120
Binary 11001111 11101101 10101101 1101 0 11011 111 1011000 1000000 1010000

Color Harmonies of #CFEDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEDAD

Black with #CFEDAD

Text Example


Text Example

White with #CFEDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEDAD; }

 p { color: rgb(207,237,173); }

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

background-color css

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

 a { background-color: rgb(207,237,173); }

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

border-color css

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

 span { border-color: rgb(207,237,173); }

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