Html Css Color HEX #CCFDDC Cosmic Latte

📋 copy color: '#CCFDDC'

red 204 ◦ green 253 ◦ blue 220

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

Shades of Cosmic Latte #CCFDDC

Tints of Cosmic Latte #CCFDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.37%

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

R = 30.13%
G = 37.37%
B = 32.5%

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

#CCFDDC (or 0xCCFDDC) is known color: Cosmic Latte. HEX triplet: CC, FD and DC. RGB value is (204,253,220). Sum of RGB (Red+Green+Blue) = 204+253+220=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDDC is #330223. Grayscale: #EAEAEA. Windows color (decimal): -3342884 or 14482892. OLE color: 14482892.

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

Color convert

RGB 204 253 220 -
CMYK 0.19 0 0.13 0.01
HSL 139.59º 0.92% 0.9% -
HSV(B) 139.59º 0.19% 0.99% -
XYZ 72.95 88.26 80.9 -
YUV 234.59 119.77 106.18 -
System Red Green Blue C M Y K H S L
Decimal 204 253 220 0.19 0 0.13 0.01 139.59 0.92 0.9
Hex CC FD DC 13 0 D 1 8C 5C 5A
Octal 314 375 334 23 0 15 1 214 134 132
Binary 11001100 11111101 11011100 10011 0 1101 1 10001100 1011100 1011010

Color Harmonies of #CCFDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFDDC

Black with #CCFDDC

Text Example


Text Example

White with #CCFDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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