Html Css Color HEX #CCDDA6 Reef

📋 copy color: '#CCDDA6'

red 204 ◦ green 221 ◦ blue 166

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

Shades of Reef #CCDDA6

Tints of Reef #CCDDA6

RGB

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

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

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

R = 34.52%
G = 37.39%
B = 28.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#CCDDA6 (or 0xCCDDA6) is known color: Reef. HEX triplet: CC, DD and A6. RGB value is (204,221,166). Sum of RGB (Red+Green+Blue) = 204+221+166=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDA6 is #332259. Grayscale: #D1D1D1. Windows color (decimal): -3351130 or 10935756. OLE color: 10935756.

HSL color Cylindrical-coordinate representation of color #CCDDA6: hue angle of 78.55º 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 #CCDDA6 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 166 -
CMYK 0.08 0 0.25 0.13
HSL 78.55º 0.45% 0.76% -
HSV(B) 78.55º 0.25% 0.87% -
XYZ 57.64 67.3 46.03 -
YUV 209.65 103.37 123.97 -
System Red Green Blue C M Y K H S L
Decimal 204 221 166 0.08 0 0.25 0.13 78.55 0.45 0.76
Hex CC DD A6 8 0 19 D 4F 2D 4C
Octal 314 335 246 10 0 31 15 117 55 114
Binary 11001100 11011101 10100110 1000 0 11001 1101 1001111 101101 1001100

Color Harmonies of #CCDDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDA6

Black with #CCDDA6

Text Example


Text Example

White with #CCDDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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