Html Css Color HEX #CDDCA5 Reef

📋 copy color: '#CDDCA5'

red 205 ◦ green 220 ◦ blue 165

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

Shades of Reef #CDDCA5

Tints of Reef #CDDCA5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.29%

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

R = 34.75%
G = 37.29%
B = 27.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#CDDCA5 (or 0xCDDCA5) is known color: Reef. HEX triplet: CD, DC and A5. RGB value is (205,220,165). Sum of RGB (Red+Green+Blue) = 205+220+165=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDCA5 is #32235A. Grayscale: #D1D1D1. Windows color (decimal): -3285851 or 10869965. OLE color: 10869965.

HSL color Cylindrical-coordinate representation of color #CDDCA5: hue angle of 76.36º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDDCA5 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 165 -
CMYK 0.07 0 0.25 0.14
HSL 76.36º 0.44% 0.75% -
HSV(B) 76.36º 0.25% 0.86% -
XYZ 57.56 66.88 45.47 -
YUV 209.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 205 220 165 0.07 0 0.25 0.14 76.36 0.44 0.75
Hex CD DC A5 7 0 19 E 4C 2C 4B
Octal 315 334 245 7 0 31 16 114 54 113
Binary 11001101 11011100 10100101 111 0 11001 1110 1001100 101100 1001011

Color Harmonies of #CDDCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDCA5

Black with #CDDCA5

Text Example


Text Example

White with #CDDCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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