Html Css Color HEX #CCFADB Cosmic Latte

📋 copy color: '#CCFADB'

red 204 ◦ green 250 ◦ blue 219

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

Shades of Cosmic Latte #CCFADB

Tints of Cosmic Latte #CCFADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.15%

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

R = 30.31%
G = 37.15%
B = 32.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#CCFADB (or 0xCCFADB) is known color: Cosmic Latte. HEX triplet: CC, FA and DB. RGB value is (204,250,219). Sum of RGB (Red+Green+Blue) = 204+250+219=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFADB is #330524. Grayscale: #E8E8E8. Windows color (decimal): -3343653 or 14416588. OLE color: 14416588.

HSL color Cylindrical-coordinate representation of color #CCFADB: hue angle of 139.57º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFADB is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 250 219 -
CMYK 0.18 0 0.12 0.02
HSL 139.57º 0.82% 0.89% -
HSV(B) 139.57º 0.18% 0.98% -
XYZ 71.87 86.32 79.89 -
YUV 232.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 204 250 219 0.18 0 0.12 0.02 139.57 0.82 0.89
Hex CC FA DB 12 0 C 2 8C 52 59
Octal 314 372 333 22 0 14 2 214 122 131
Binary 11001100 11111010 11011011 10010 0 1100 10 10001100 1010010 1011001

Color Harmonies of #CCFADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFADB

Black with #CCFADB

Text Example


Text Example

White with #CCFADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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