Html Css Color HEX #CDDDA5 Reef

📋 copy color: '#CDDDA5'

red 205 ◦ green 221 ◦ blue 165

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

Shades of Reef #CDDDA5

Tints of Reef #CDDDA5

RGB

 RED value IS 205 (80.47% from 255) = 34.69%

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

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

R = 34.69%
G = 37.39%
B = 27.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#CDDDA5 (or 0xCDDDA5) is known color: Reef. HEX triplet: CD, DD and A5. RGB value is (205,221,165). Sum of RGB (Red+Green+Blue) = 205+221+165=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDA5 is #32225A. Grayscale: #D2D2D2. Windows color (decimal): -3285595 or 10870221. OLE color: 10870221.

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

Color convert

RGB 205 221 165 -
CMYK 0.07 0 0.25 0.13
HSL 77.14º 0.45% 0.76% -
HSV(B) 77.14º 0.25% 0.87% -
XYZ 57.82 67.41 45.56 -
YUV 209.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 205 221 165 0.07 0 0.25 0.13 77.14 0.45 0.76
Hex CD DD A5 7 0 19 D 4D 2D 4C
Octal 315 335 245 7 0 31 15 115 55 114
Binary 11001101 11011101 10100101 111 0 11001 1101 1001101 101101 1001100

Color Harmonies of #CDDDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDDA5

Black with #CDDDA5

Text Example


Text Example

White with #CDDDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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