Html Css Color HEX #CCDFA6 Reef

📋 copy color: '#CCDFA6'

red 204 ◦ green 223 ◦ blue 166

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

Shades of Reef #CCDFA6

Tints of Reef #CCDFA6

RGB

 RED value IS 204 (80.08% from 255) = 34.4%

 GREEN value IS 223 (87.5% from 255) = 37.61%

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

R = 34.4%
G = 37.61%
B = 27.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#CCDFA6 (or 0xCCDFA6) is known color: Reef. HEX triplet: CC, DF and A6. RGB value is (204,223,166). Sum of RGB (Red+Green+Blue) = 204+223+166=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDFA6 is #332059. Grayscale: #D3D3D3. Windows color (decimal): -3350618 or 10936268. OLE color: 10936268.

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

Color convert

RGB 204 223 166 -
CMYK 0.09 0 0.26 0.13
HSL 80º 0.47% 0.76% -
HSV(B) 80º 0.26% 0.87% -
XYZ 58.17 68.37 46.21 -
YUV 210.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 204 223 166 0.09 0 0.26 0.13 80 0.47 0.76
Hex CC DF A6 9 0 1A D 50 2F 4C
Octal 314 337 246 11 0 32 15 120 57 114
Binary 11001100 11011111 10100110 1001 0 11010 1101 1010000 101111 1001100

Color Harmonies of #CCDFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDFA6

Black with #CCDFA6

Text Example


Text Example

White with #CCDFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDFA6; }

 p { color: rgb(204,223,166); }

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

background-color css

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

 a { background-color: rgb(204,223,166); }

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

border-color css

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

 span { border-color: rgb(204,223,166); }

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