Html Css Color HEX #CCDFAB Reef

📋 copy color: '#CCDFAB'

red 204 ◦ green 223 ◦ blue 171

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

Shades of Reef #CCDFAB

Tints of Reef #CCDFAB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.29%

 BLUE value IS 171 (67.19% from 255) = 28.6%

R = 34.11%
G = 37.29%
B = 28.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#CCDFAB (or 0xCCDFAB) is known color: Reef. HEX triplet: CC, DF and AB. RGB value is (204,223,171). Sum of RGB (Red+Green+Blue) = 204+223+171=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDFAB is #332054. Grayscale: #D3D3D3. Windows color (decimal): -3350613 or 11263948. OLE color: 11263948.

HSL color Cylindrical-coordinate representation of color #CCDFAB: hue angle of 81.92º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCDFAB is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 223 171 -
CMYK 0.09 0 0.23 0.13
HSL 81.92º 0.45% 0.77% -
HSV(B) 81.92º 0.23% 0.87% -
XYZ 58.64 68.55 48.67 -
YUV 211.39 105.21 122.73 -
System Red Green Blue C M Y K H S L
Decimal 204 223 171 0.09 0 0.23 0.13 81.92 0.45 0.77
Hex CC DF AB 9 0 17 D 52 2D 4D
Octal 314 337 253 11 0 27 15 122 55 115
Binary 11001100 11011111 10101011 1001 0 10111 1101 1010010 101101 1001101

Color Harmonies of #CCDFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDFAB

Black with #CCDFAB

Text Example


Text Example

White with #CCDFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDFAB; }

 p { color: rgb(204,223,171); }

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

background-color css

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

 a { background-color: rgb(204,223,171); }

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

border-color css

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

 span { border-color: rgb(204,223,171); }

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