Html Css Color HEX #CFDDA6 Reef

📋 copy color: '#CFDDA6'

red 207 ◦ green 221 ◦ blue 166

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

Shades of Reef #CFDDA6

Tints of Reef #CFDDA6

RGB

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

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

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

R = 34.85%
G = 37.21%
B = 27.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#CFDDA6 (or 0xCFDDA6) is known color: Reef. HEX triplet: CF, DD and A6. RGB value is (207,221,166). Sum of RGB (Red+Green+Blue) = 207+221+166=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDDA6 is #302259. Grayscale: #D2D2D2. Windows color (decimal): -3154522 or 10935759. OLE color: 10935759.

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

Color convert

RGB 207 221 166 -
CMYK 0.06 0 0.25 0.13
HSL 75.27º 0.45% 0.76% -
HSV(B) 75.27º 0.25% 0.87% -
XYZ 58.47 67.73 46.07 -
YUV 210.54 102.86 125.47 -
System Red Green Blue C M Y K H S L
Decimal 207 221 166 0.06 0 0.25 0.13 75.27 0.45 0.76
Hex CF DD A6 6 0 19 D 4B 2D 4C
Octal 317 335 246 6 0 31 15 113 55 114
Binary 11001111 11011101 10100110 110 0 11001 1101 1001011 101101 1001100

Color Harmonies of #CFDDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDDA6

Black with #CFDDA6

Text Example


Text Example

White with #CFDDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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