Html Css Color HEX #CCFCDC Cosmic Latte

📋 copy color: '#CCFCDC'

red 204 ◦ green 252 ◦ blue 220

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

Shades of Cosmic Latte #CCFCDC

Tints of Cosmic Latte #CCFCDC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.28%

 BLUE value IS 220 (86.33% from 255) = 32.54%

R = 30.18%
G = 37.28%
B = 32.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#CCFCDC (or 0xCCFCDC) is known color: Cosmic Latte. HEX triplet: CC, FC and DC. RGB value is (204,252,220). Sum of RGB (Red+Green+Blue) = 204+252+220=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCDC is #330323. Grayscale: #EAEAEA. Windows color (decimal): -3343140 or 14482636. OLE color: 14482636.

HSL color Cylindrical-coordinate representation of color #CCFCDC: hue angle of 140º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFCDC is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 252 220 -
CMYK 0.19 0 0.13 0.01
HSL 140º 0.89% 0.89% -
HSV(B) 140º 0.19% 0.99% -
XYZ 72.63 87.63 80.8 -
YUV 234 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 204 252 220 0.19 0 0.13 0.01 140 0.89 0.89
Hex CC FC DC 13 0 D 1 8C 59 59
Octal 314 374 334 23 0 15 1 214 131 131
Binary 11001100 11111100 11011100 10011 0 1101 1 10001100 1011001 1011001

Color Harmonies of #CCFCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFCDC

Black with #CCFCDC

Text Example


Text Example

White with #CCFCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFCDC; }

 p { color: rgb(204,252,220); }

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

background-color css

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

 a { background-color: rgb(204,252,220); }

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

border-color css

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

 span { border-color: rgb(204,252,220); }

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