Html Css Color HEX #CFEDB0 Reef

📋 copy color: '#CFEDB0'

red 207 ◦ green 237 ◦ blue 176

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

Shades of Reef #CFEDB0

Tints of Reef #CFEDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.39%

R = 33.39%
G = 38.23%
B = 28.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#CFEDB0 (or 0xCFEDB0) is known color: Reef. HEX triplet: CF, ED and B0. RGB value is (207,237,176). Sum of RGB (Red+Green+Blue) = 207+237+176=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 176 (69.14% from 255 or 28.39% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDB0 is #30124F. Grayscale: #DDDDDD. Windows color (decimal): -3150416 or 11595215. OLE color: 11595215.

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

Color convert

RGB 207 237 176 -
CMYK 0.13 0 0.26 0.07
HSL 89.51º 0.63% 0.81% -
HSV(B) 89.51º 0.26% 0.93% -
XYZ 63.85 76.97 52.57 -
YUV 221.08 102.56 117.96 -
System Red Green Blue C M Y K H S L
Decimal 207 237 176 0.13 0 0.26 0.07 89.51 0.63 0.81
Hex CF ED B0 D 0 1A 7 5A 3F 51
Octal 317 355 260 15 0 32 7 132 77 121
Binary 11001111 11101101 10110000 1101 0 11010 111 1011010 111111 1010001

Color Harmonies of #CFEDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEDB0

Black with #CFEDB0

Text Example


Text Example

White with #CFEDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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