Html Css Color HEX #CACFF0 Periwinkle

📋 copy color: '#CACFF0'

red 202 ◦ green 207 ◦ blue 240

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

Shades of Periwinkle #CACFF0

Tints of Periwinkle #CACFF0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.9%

 BLUE value IS 240 (94.14% from 255) = 36.98%

R = 31.12%
G = 31.9%
B = 36.98%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CACFF0 (or 0xCACFF0) is known color: Periwinkle. HEX triplet: CA, CF and F0. RGB value is (202,207,240). Sum of RGB (Red+Green+Blue) = 202+207+240=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #CACFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFF0 is #35300F. Grayscale: #D1D1D1. Windows color (decimal): -3485712 or 15781834. OLE color: 15781834.

HSL color Cylindrical-coordinate representation of color #CACFF0: hue angle of 232.11º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CACFF0 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 207 240 -
CMYK 0.16 0.14 0 0.06
HSL 232.11º 0.56% 0.87% -
HSV(B) 232.11º 0.16% 0.94% -
XYZ 62.4 63.47 91.4 -
YUV 209.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 202 207 240 0.16 0.14 0 0.06 232.11 0.56 0.87
Hex CA CF F0 10 E 0 6 E8 38 57
Octal 312 317 360 20 16 0 6 350 70 127
Binary 11001010 11001111 11110000 10000 1110 0 110 11101000 111000 1010111

Color Harmonies of #CACFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACFF0

Black with #CACFF0

Text Example


Text Example

White with #CACFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACFF0; }

 p { color: rgb(202,207,240); }

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

background-color css

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

 a { background-color: rgb(202,207,240); }

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

border-color css

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

 span { border-color: rgb(202,207,240); }

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