Html Css Color HEX #CCDDA1 Reef

📋 copy color: '#CCDDA1'

red 204 ◦ green 221 ◦ blue 161

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

Shades of Reef #CCDDA1

Tints of Reef #CCDDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.47%

R = 34.81%
G = 37.71%
B = 27.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#CCDDA1 (or 0xCCDDA1) is known color: Reef. HEX triplet: CC, DD and A1. RGB value is (204,221,161). Sum of RGB (Red+Green+Blue) = 204+221+161=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDA1 is #33225E. Grayscale: #D1D1D1. Windows color (decimal): -3351135 or 10608076. OLE color: 10608076.

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

Color convert

RGB 204 221 161 -
CMYK 0.08 0 0.27 0.13
HSL 77º 0.47% 0.75% -
HSV(B) 77º 0.27% 0.87% -
XYZ 57.19 67.12 43.66 -
YUV 209.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 204 221 161 0.08 0 0.27 0.13 77 0.47 0.75
Hex CC DD A1 8 0 1B D 4D 2F 4B
Octal 314 335 241 10 0 33 15 115 57 113
Binary 11001100 11011101 10100001 1000 0 11011 1101 1001101 101111 1001011

Color Harmonies of #CCDDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDA1

Black with #CCDDA1

Text Example


Text Example

White with #CCDDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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