Html Css Color HEX #CFE1AD Reef

📋 copy color: '#CFE1AD'

red 207 ◦ green 225 ◦ blue 173

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

Shades of Reef #CFE1AD

Tints of Reef #CFE1AD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.19%

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

R = 34.21%
G = 37.19%
B = 28.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#CFE1AD (or 0xCFE1AD) is known color: Reef. HEX triplet: CF, E1 and AD. RGB value is (207,225,173). Sum of RGB (Red+Green+Blue) = 207+225+173=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE1AD is #301E52. Grayscale: #D5D5D5. Windows color (decimal): -3153491 or 11395535. OLE color: 11395535.

HSL color Cylindrical-coordinate representation of color #CFE1AD: hue angle of 80.77º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFE1AD is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 225 173 -
CMYK 0.08 0 0.23 0.12
HSL 80.77º 0.46% 0.78% -
HSV(B) 80.77º 0.23% 0.88% -
XYZ 60.2 70.13 49.9 -
YUV 213.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 207 225 173 0.08 0 0.23 0.12 80.77 0.46 0.78
Hex CF E1 AD 8 0 17 C 51 2E 4E
Octal 317 341 255 10 0 27 14 121 56 116
Binary 11001111 11100001 10101101 1000 0 10111 1100 1010001 101110 1001110

Color Harmonies of #CFE1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE1AD

Black with #CFE1AD

Text Example


Text Example

White with #CFE1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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