Html Css Color HEX #CCFCDD Cosmic Latte

📋 copy color: '#CCFCDD'

red 204 ◦ green 252 ◦ blue 221

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

Shades of Cosmic Latte #CCFCDD

Tints of Cosmic Latte #CCFCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.64%

R = 30.13%
G = 37.22%
B = 32.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#CCFCDD (or 0xCCFCDD) is known color: Cosmic Latte. HEX triplet: CC, FC and DD. RGB value is (204,252,221). Sum of RGB (Red+Green+Blue) = 204+252+221=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCDD is #330322. Grayscale: #EAEAEA. Windows color (decimal): -3343139 or 14548172. OLE color: 14548172.

HSL color Cylindrical-coordinate representation of color #CCFCDD: hue angle of 141.25º 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 #CCFCDD is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 252 221 -
CMYK 0.19 0 0.12 0.01
HSL 141.25º 0.89% 0.89% -
HSV(B) 141.25º 0.19% 0.99% -
XYZ 72.76 87.68 81.5 -
YUV 234.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 204 252 221 0.19 0 0.12 0.01 141.25 0.89 0.89
Hex CC FC DD 13 0 C 1 8D 59 59
Octal 314 374 335 23 0 14 1 215 131 131
Binary 11001100 11111100 11011101 10011 0 1100 1 10001101 1011001 1011001

Color Harmonies of #CCFCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFCDD

Black with #CCFCDD

Text Example


Text Example

White with #CCFCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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