Html Css Color HEX #CDDCA1 Reef

📋 copy color: '#CDDCA1'

red 205 ◦ green 220 ◦ blue 161

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

Shades of Reef #CDDCA1

Tints of Reef #CDDCA1

RGB

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

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

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

R = 34.98%
G = 37.54%
B = 27.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#CDDCA1 (or 0xCDDCA1) is known color: Reef. HEX triplet: CD, DC and A1. RGB value is (205,220,161). Sum of RGB (Red+Green+Blue) = 205+220+161=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDCA1 is #32235E. Grayscale: #D1D1D1. Windows color (decimal): -3285855 or 10607821. OLE color: 10607821.

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

Color convert

RGB 205 220 161 -
CMYK 0.07 0 0.27 0.14
HSL 75.25º 0.46% 0.75% -
HSV(B) 75.25º 0.27% 0.86% -
XYZ 57.2 66.74 43.59 -
YUV 208.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 205 220 161 0.07 0 0.27 0.14 75.25 0.46 0.75
Hex CD DC A1 7 0 1B E 4B 2E 4B
Octal 315 334 241 7 0 33 16 113 56 113
Binary 11001101 11011100 10100001 111 0 11011 1110 1001011 101110 1001011

Color Harmonies of #CDDCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDCA1

Black with #CDDCA1

Text Example


Text Example

White with #CDDCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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