Html Css Color HEX #CFFADC Cosmic Latte

📋 copy color: '#CFFADC'

red 207 ◦ green 250 ◦ blue 220

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

Shades of Cosmic Latte #CFFADC

Tints of Cosmic Latte #CFFADC

RGB

 RED value IS 207 (81.25% from 255) = 30.58%

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

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

R = 30.58%
G = 36.93%
B = 32.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#CFFADC (or 0xCFFADC) is known color: Cosmic Latte. HEX triplet: CF, FA and DC. RGB value is (207,250,220). Sum of RGB (Red+Green+Blue) = 207+250+220=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFADC is #300523. Grayscale: #E9E9E9. Windows color (decimal): -3147044 or 14482127. OLE color: 14482127.

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

Color convert

RGB 207 250 220 -
CMYK 0.17 0 0.12 0.02
HSL 138.14º 0.81% 0.9% -
HSV(B) 138.14º 0.17% 0.98% -
XYZ 72.84 86.8 80.63 -
YUV 233.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 207 250 220 0.17 0 0.12 0.02 138.14 0.81 0.9
Hex CF FA DC 11 0 C 2 8A 51 5A
Octal 317 372 334 21 0 14 2 212 121 132
Binary 11001111 11111010 11011100 10001 0 1100 10 10001010 1010001 1011010

Color Harmonies of #CFFADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFADC

Black with #CFFADC

Text Example


Text Example

White with #CFFADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFADC; }

 p { color: rgb(207,250,220); }

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

background-color css

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

 a { background-color: rgb(207,250,220); }

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

border-color css

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

 span { border-color: rgb(207,250,220); }

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