Html Css Color HEX #CCFCDB Cosmic Latte

📋 copy color: '#CCFCDB'

red 204 ◦ green 252 ◦ blue 219

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

Shades of Cosmic Latte #CCFCDB

Tints of Cosmic Latte #CCFCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.44%

R = 30.22%
G = 37.33%
B = 32.44%

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

#CCFCDB (or 0xCCFCDB) is known color: Cosmic Latte. HEX triplet: CC, FC and DB. RGB value is (204,252,219). Sum of RGB (Red+Green+Blue) = 204+252+219=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCDB is #330324. Grayscale: #E9E9E9. Windows color (decimal): -3343141 or 14417100. OLE color: 14417100.

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

Color convert

RGB 204 252 219 -
CMYK 0.19 0 0.13 0.01
HSL 138.75º 0.89% 0.89% -
HSV(B) 138.75º 0.19% 0.99% -
XYZ 72.5 87.57 80.1 -
YUV 233.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 204 252 219 0.19 0 0.13 0.01 138.75 0.89 0.89
Hex CC FC DB 13 0 D 1 8B 59 59
Octal 314 374 333 23 0 15 1 213 131 131
Binary 11001100 11111100 11011011 10011 0 1101 1 10001011 1011001 1011001

Color Harmonies of #CCFCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFCDB

Black with #CCFCDB

Text Example


Text Example

White with #CCFCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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