Html Css Color HEX #CFDDA7 Reef

📋 copy color: '#CFDDA7'

red 207 ◦ green 221 ◦ blue 167

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

Shades of Reef #CFDDA7

Tints of Reef #CFDDA7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.14%

 BLUE value IS 167 (65.63% from 255) = 28.07%

R = 34.79%
G = 37.14%
B = 28.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#CFDDA7 (or 0xCFDDA7) is known color: Reef. HEX triplet: CF, DD and A7. RGB value is (207,221,167). Sum of RGB (Red+Green+Blue) = 207+221+167=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 167 (65.62% from 255 or 28.07% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDDA7 is #302258. Grayscale: #D2D2D2. Windows color (decimal): -3154521 or 11001295. OLE color: 11001295.

HSL color Cylindrical-coordinate representation of color #CFDDA7: hue angle of 75.56º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFDDA7 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 221 167 -
CMYK 0.06 0 0.24 0.13
HSL 75.56º 0.44% 0.76% -
HSV(B) 75.56º 0.24% 0.87% -
XYZ 58.56 67.77 46.55 -
YUV 210.66 103.36 125.39 -
System Red Green Blue C M Y K H S L
Decimal 207 221 167 0.06 0 0.24 0.13 75.56 0.44 0.76
Hex CF DD A7 6 0 18 D 4C 2C 4C
Octal 317 335 247 6 0 30 15 114 54 114
Binary 11001111 11011101 10100111 110 0 11000 1101 1001100 101100 1001100

Color Harmonies of #CFDDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDDA7

Black with #CFDDA7

Text Example


Text Example

White with #CFDDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDDA7; }

 p { color: rgb(207,221,167); }

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

background-color css

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

 a { background-color: rgb(207,221,167); }

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

border-color css

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

 span { border-color: rgb(207,221,167); }

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