Html Css Color HEX #CACFEE Periwinkle

📋 copy color: '#CACFEE'

red 202 ◦ green 207 ◦ blue 238

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

Shades of Periwinkle #CACFEE

Tints of Periwinkle #CACFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.79%

R = 31.22%
G = 31.99%
B = 36.79%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CACFEE (or 0xCACFEE) is known color: Periwinkle. HEX triplet: CA, CF and EE. RGB value is (202,207,238). Sum of RGB (Red+Green+Blue) = 202+207+238=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #CACFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFEE is #353011. Grayscale: #D0D0D0. Windows color (decimal): -3485714 or 15650762. OLE color: 15650762.

HSL color Cylindrical-coordinate representation of color #CACFEE: hue angle of 231.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CACFEE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 207 238 -
CMYK 0.15 0.13 0 0.07
HSL 231.67º 0.51% 0.86% -
HSV(B) 231.67º 0.15% 0.93% -
XYZ 62.1 63.36 89.84 -
YUV 209.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 202 207 238 0.15 0.13 0 0.07 231.67 0.51 0.86
Hex CA CF EE F D 0 7 E8 33 56
Octal 312 317 356 17 15 0 7 350 63 126
Binary 11001010 11001111 11101110 1111 1101 0 111 11101000 110011 1010110

Color Harmonies of #CACFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACFEE

Black with #CACFEE

Text Example


Text Example

White with #CACFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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