Html Css Color HEX #CBD0E7 Periwinkle

📋 copy color: '#CBD0E7'

red 203 ◦ green 208 ◦ blue 231

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

Shades of Periwinkle #CBD0E7

Tints of Periwinkle #CBD0E7

RGB

 RED value IS 203 (79.69% from 255) = 31.62%

 GREEN value IS 208 (81.64% from 255) = 32.4%

 BLUE value IS 231 (90.63% from 255) = 35.98%

R = 31.62%
G = 32.4%
B = 35.98%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CBD0E7 (or 0xCBD0E7) is known color: Periwinkle. HEX triplet: CB, D0 and E7. RGB value is (203,208,231). Sum of RGB (Red+Green+Blue) = 203+208+231=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBD0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD0E7 is #342F18. Grayscale: #D1D1D1. Windows color (decimal): -3419929 or 15192267. OLE color: 15192267.

HSL color Cylindrical-coordinate representation of color #CBD0E7: hue angle of 229.29º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBD0E7 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 208 231 -
CMYK 0.12 0.10 0 0.09
HSL 229.29º 0.37% 0.85% -
HSV(B) 229.29º 0.12% 0.91% -
XYZ 61.61 63.58 84.63 -
YUV 209.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 203 208 231 0.12 0.10 0 0.09 229.29 0.37 0.85
Hex CB D0 E7 C A 0 9 E5 25 55
Octal 313 320 347 14 12 0 11 345 45 125
Binary 11001011 11010000 11100111 1100 1010 0 1001 11100101 100101 1010101

Color Harmonies of #CBD0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD0E7

Black with #CBD0E7

Text Example


Text Example

White with #CBD0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD0E7; }

 p { color: rgb(203,208,231); }

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

background-color css

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

 a { background-color: rgb(203,208,231); }

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

border-color css

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

 span { border-color: rgb(203,208,231); }

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