Html Css Color HEX #CFDCA6 Reef

📋 copy color: '#CFDCA6'

red 207 ◦ green 220 ◦ blue 166

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

Shades of Reef #CFDCA6

Tints of Reef #CFDCA6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.1%

 BLUE value IS 166 (65.23% from 255) = 27.99%

R = 34.91%
G = 37.1%
B = 27.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#CFDCA6 (or 0xCFDCA6) is known color: Reef. HEX triplet: CF, DC and A6. RGB value is (207,220,166). Sum of RGB (Red+Green+Blue) = 207+220+166=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDCA6 is #302359. Grayscale: #D2D2D2. Windows color (decimal): -3154778 or 10935503. OLE color: 10935503.

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

Color convert

RGB 207 220 166 -
CMYK 0.06 0 0.25 0.14
HSL 74.44º 0.44% 0.76% -
HSV(B) 74.44º 0.25% 0.86% -
XYZ 58.21 67.2 45.98 -
YUV 209.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 207 220 166 0.06 0 0.25 0.14 74.44 0.44 0.76
Hex CF DC A6 6 0 19 E 4A 2C 4C
Octal 317 334 246 6 0 31 16 112 54 114
Binary 11001111 11011100 10100110 110 0 11001 1110 1001010 101100 1001100

Color Harmonies of #CFDCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDCA6

Black with #CFDCA6

Text Example


Text Example

White with #CFDCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDCA6; }

 p { color: rgb(207,220,166); }

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

background-color css

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

 a { background-color: rgb(207,220,166); }

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

border-color css

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

 span { border-color: rgb(207,220,166); }

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