Html Css Color HEX #CAFDDB Cosmic Latte

📋 copy color: '#CAFDDB'

red 202 ◦ green 253 ◦ blue 219

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

Shades of Cosmic Latte #CAFDDB

Tints of Cosmic Latte #CAFDDB

RGB

 RED value IS 202 (79.3% from 255) = 29.97%

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

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

R = 29.97%
G = 37.54%
B = 32.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#CAFDDB (or 0xCAFDDB) is known color: Cosmic Latte. HEX triplet: CA, FD and DB. RGB value is (202,253,219). Sum of RGB (Red+Green+Blue) = 202+253+219=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDDB is #350224. Grayscale: #E9E9E9. Windows color (decimal): -3473957 or 14417354. OLE color: 14417354.

HSL color Cylindrical-coordinate representation of color #CAFDDB: hue angle of 140º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFDDB is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 253 219 -
CMYK 0.20 0 0.13 0.01
HSL 140º 0.93% 0.89% -
HSV(B) 140º 0.2% 0.99% -
XYZ 72.27 87.92 80.18 -
YUV 233.88 119.6 105.26 -
System Red Green Blue C M Y K H S L
Decimal 202 253 219 0.20 0 0.13 0.01 140 0.93 0.89
Hex CA FD DB 14 0 D 1 8C 5D 59
Octal 312 375 333 24 0 15 1 214 135 131
Binary 11001010 11111101 11011011 10100 0 1101 1 10001100 1011101 1011001

Color Harmonies of #CAFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFDDB

Black with #CAFDDB

Text Example


Text Example

White with #CAFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFDDB; }

 p { color: rgb(202,253,219); }

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

background-color css

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

 a { background-color: rgb(202,253,219); }

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

border-color css

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

 span { border-color: rgb(202,253,219); }

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