Html Css Color HEX #CCDDA5 Reef

📋 copy color: '#CCDDA5'

red 204 ◦ green 221 ◦ blue 165

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

Shades of Reef #CCDDA5

Tints of Reef #CCDDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.97%

R = 34.58%
G = 37.46%
B = 27.97%

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

#CCDDA5 (or 0xCCDDA5) is known color: Reef. HEX triplet: CC, DD and A5. RGB value is (204,221,165). Sum of RGB (Red+Green+Blue) = 204+221+165=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDA5 is #33225A. Grayscale: #D1D1D1. Windows color (decimal): -3351131 or 10870220. OLE color: 10870220.

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

Color convert

RGB 204 221 165 -
CMYK 0.08 0 0.25 0.13
HSL 78.21º 0.45% 0.76% -
HSV(B) 78.21º 0.25% 0.87% -
XYZ 57.55 67.27 45.55 -
YUV 209.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 204 221 165 0.08 0 0.25 0.13 78.21 0.45 0.76
Hex CC DD A5 8 0 19 D 4E 2D 4C
Octal 314 335 245 10 0 31 15 116 55 114
Binary 11001100 11011101 10100101 1000 0 11001 1101 1001110 101101 1001100

Color Harmonies of #CCDDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDA5

Black with #CCDDA5

Text Example


Text Example

White with #CCDDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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